From: Arne Fitzenreiter Date: Fri, 28 Feb 2014 15:09:04 +0000 (+0100) Subject: libmad: prevent executable stack. X-Git-Tag: v2.15-rc1~82^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26685b07425ed4090ff7ba66f37adcccc77ae298;p=ipfire-2.x.git libmad: prevent executable stack. --- diff --git a/lfs/libmad b/lfs/libmad index ea0491e6db..ed18f25216 100644 --- a/lfs/libmad +++ b/lfs/libmad @@ -32,10 +32,12 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = libmad -PAK_VER = 1 +PAK_VER = 2 DEPS = "" +CFLAGS += -Wa,--noexecstack + ############################################################################### # Top-level Rules ###############################################################################