subtle: disable stack smash protection again
This commit is contained in:
parent
3e4e64a4bb
commit
2058ebe568
@ -1,7 +1,7 @@
|
||||
# Template file for 'subtle'
|
||||
pkgname=subtle
|
||||
version=0.11.3276
|
||||
revision=3
|
||||
revision=4
|
||||
nocross=yes
|
||||
hostmakedepends="mercurial ruby-devel pkg-config"
|
||||
makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
|
||||
@ -19,7 +19,7 @@ do_fetch() {
|
||||
hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
|
||||
}
|
||||
do_configure() {
|
||||
DESTDIR=$PKGDESTDIR rake config
|
||||
CFLAGS="$CFLAGS -fno-stack-protector" DESTDIR=$PKGDESTDIR rake config
|
||||
}
|
||||
do_build() {
|
||||
rake build
|
||||
|
Loading…
x
Reference in New Issue
Block a user