From: acspike Date: Sat, 27 Oct 2007 03:13:43 +0000 (+0000) Subject: -fno-stack-protector for autopackage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7b3e1d38964ffc7549263653c81d6b2f701a3fe0;p=inkscape.git -fno-stack-protector for autopackage --- diff --git a/packaging/autopackage/default.apspec.in b/packaging/autopackage/default.apspec.in index f99067c3b..70a89fef7 100644 --- a/packaging/autopackage/default.apspec.in +++ b/packaging/autopackage/default.apspec.in @@ -21,11 +21,11 @@ export APBUILD_PROJECTNAME=inkscape PATH=/usr/local/src/inkscape/extra/static/bin:$PATH PKG_CONFIG_PATH=/usr/local/src/inkscape/extra/static/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig -CPPFLAGS="-I/usr/local/src/inkscape/extra/static/include" +CPPFLAGS="-fno-stack-protector -I/usr/local/src/inkscape/extra/static/include" LDFLAGS="-L/usr/local/src/inkscape/extra/static/lib" CXX="ccache apg++" export PATH PKG_CONFIG_PATH CPPFLAGS LDFLAGS CXX -prepareBuild --enable-binreloc --with-gnome-vfs=no --enable-lcms --enable-inkboard +prepareBuild --enable-binreloc --with-gnome-vfs=no --enable-lcms [BuildUnprepare] unprepareBuild