You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/wmfs/files/wmfs-99999999-Debian.patch

12 lines
310 B

--- a/configure
+++ b/configure
@@ -81,7 +81,7 @@ fi
[ -n "$USE_XFT" ] && CFLAGS="$CFLAGS -DHAVE_XFT"
# Debian hardening options http://wiki.debian.org/Hardening
-which dpkg-buildflags > /dev/null 2>&1
+false
if [ $? -eq 0 ];
then
CFLAGS="$CFLAGS -D_FORTIFY_SOURCE=2 `dpkg-buildflags --get CFLAGS`"