subtle: disable stack-protector-strong
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Template file for 'subtle'
|
||||
pkgname=subtle
|
||||
version=0.11.3276
|
||||
revision=1
|
||||
revision=2
|
||||
nocross=yes
|
||||
hostmakedepends="mercurial ruby-devel pkg-config"
|
||||
makedepends="ruby-devel libX11-devel libXpm-devel libXft-devel
|
||||
@@ -18,7 +18,7 @@ do_fetch() {
|
||||
hg clone --rev ${version##*.} ${url} ${pkgname}-${version}
|
||||
}
|
||||
do_configure() {
|
||||
CFLAGS="$CFLAGS -fstack-protector-strong" DESTDIR=$PKGDESTDIR rake config
|
||||
DESTDIR=$PKGDESTDIR rake config
|
||||
}
|
||||
do_build() {
|
||||
rake build
|
||||
|
||||
Reference in New Issue
Block a user