subtle: build with pie/relro.
This commit is contained in:
parent
2de5757102
commit
aa6fc06fe0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'subtle'
|
||||
pkgname=subtle
|
||||
version=0.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_pie=yes
|
||||
nocross=yes
|
||||
hostmakedepends="mercurial ruby-devel pkg-config"
|
||||
makedepends="ruby-devel libX11-devel libXpm-devel
|
||||
|
@ -21,7 +22,7 @@ do_fetch() {
|
|||
printf "[extensions]\ntransplant=" > ~/.hgrc
|
||||
cd ${pkgname}-${version}
|
||||
# Add ruby>2.1 support
|
||||
hg transplant -s ${url} 3240 3242 3244
|
||||
hg transplant -s ${url} 3240 3242 3243 3244
|
||||
}
|
||||
do_configure() {
|
||||
DESTDIR=$PKGDESTDIR rake config
|
||||
|
|
Loading…
Reference in a new issue