]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dhcp
Revert "ncat: Update to 7.91"
[people/pmueller/ipfire-2.x.git] / lfs / dhcp
index a055d60818e228af101260a628f833675729f22c..5cf7e3545f8b31b37df7b52949e8cd19a68e4f1b 100644 (file)
--- a/lfs/dhcp
+++ b/lfs/dhcp
@@ -32,6 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -71,8 +73,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       # Help unpacking bundled BIND
-       cd $(DIR_APP) && sed -e "s/gunzip -c/&d/" -i bind/Makefile.in
+       # Extract bundled BIND
+       cd $(DIR_APP)/bind && tar xvfa bind.tar.gz
+
+       $(UPDATE_AUTOMAKE)
 
        cd $(DIR_APP) && \
                ./configure \
@@ -84,7 +88,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --enable-early-chroot \
                        --disable-dhcpv6
 
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make #This package does not support parallel build
        cd $(DIR_APP) && make install
 
        mkdir -pv /var/state/dhcp