]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libmad
cpio: Package won't build with GCC 10 without -fcommon
[people/pmueller/ipfire-2.x.git] / lfs / libmad
index ed18f25216b59063334c8073f224632616fad424..99a20f0a12aa81161624fb0af0dc918490603938 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libmad
 PAK_VER    = 2
 
-DEPS       = ""
+DEPS       =
 
 CFLAGS    += -Wa,--noexecstack
 
@@ -81,6 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libmad-0.15.1b-cflags.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libmad-0.15.1b-cflags-O2.patch
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && autoconf
 
        cd $(DIR_APP) && ./configure --prefix=/usr