From: Arne Fitzenreiter Date: Fri, 28 Feb 2014 15:09:04 +0000 (+0100) Subject: libmad: prevent executable stack. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=26685b07425ed4090ff7ba66f37adcccc77ae298 libmad: prevent executable stack. --- diff --git a/lfs/libmad b/lfs/libmad index ea0491e6d..ed18f2521 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 ###############################################################################