diff options
author | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:49:33 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2014-08-30 03:49:33 +0800 |
commit | dbbaddd50b998cc391da8b17fb2813e869aa8146 (patch) | |
tree | f12482996c5c41c9974221758e1f1baee39dfdbf | |
parent | f5ce481d5e27d1938239f7edf5f05013aba0716a (diff) | |
download | freebsd-ports-gnome-dbbaddd50b998cc391da8b17fb2813e869aa8146.tar.gz freebsd-ports-gnome-dbbaddd50b998cc391da8b17fb2813e869aa8146.tar.zst freebsd-ports-gnome-dbbaddd50b998cc391da8b17fb2813e869aa8146.zip |
- Disable SSP (Stack-Smashing Protector)
Reported by: pkg-fallout@
-rw-r--r-- | archivers/squeeze/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 58303e5297bc..b2e4000821b3 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs +SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= tar:bzip2 pkgconfig gmake gettext pathfix desktop-file-utils libtool |