]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed compilation of portmapper without tcp-wrappers.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 May 2009 19:34:24 +0000 (19:34 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 4 May 2009 19:34:24 +0000 (19:34 +0000)
lfs/portmap

index e7bc100dce9bbab84ee1c843769d27099b736dba..0b6be3bd2c3a96318aac4a821b3c3b8ebedc93d7 100644 (file)
@@ -83,9 +83,11 @@ $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
        
-       #Patch to allow compile without tcp-wrappers
+       # Patch to allow compile without tcp-wrappers
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/portmap-6.0-tcpd.patch
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+
+       cd $(DIR_APP) && make NO_TCP_WRAPPER=NO $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)