diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-10-27 03:13:43 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-10-27 03:13:43 +0000 |
| commit | e72d14c6c14bcfa229c37d1f6af2aa3f81261528 (patch) | |
| tree | 7a30f0a74d5260230fb8a6b7697cabfda1ea4bd3 /packaging | |
| parent | Update Potrace to 1.8 (diff) | |
| download | inkscape-e72d14c6c14bcfa229c37d1f6af2aa3f81261528.tar.gz inkscape-e72d14c6c14bcfa229c37d1f6af2aa3f81261528.zip | |
-fno-stack-protector for autopackage
(bzr r3966)
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/autopackage/default.apspec.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
