]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
libmad: prevent executable stack.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 28 Feb 2014 15:09:04 +0000 (16:09 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 28 Feb 2014 15:09:04 +0000 (16:09 +0100)
lfs/libmad

index ea0491e6dbb6c1a637397bb7610e735ea8996b42..ed18f25216b59063334c8073f224632616fad424 100644 (file)
@@ -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
 ###############################################################################