From b75d1eba0a1b30a58d7fd2ce8fac9781a5f8e94d Mon Sep 17 00:00:00 2001 From: Olivier Duchateau Date: Fri, 29 Aug 2014 19:32:45 +0000 Subject: [PATCH] - Disable SSP (Stack-Smashing Protector) Reported by: pkg-fallout@ --- misc/xfce4-weather-plugin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index ec914fdc652f..7b5bea9a529f 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -16,6 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup +SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip