]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libupnp
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / libupnp
index 3f8d2b549819f4d55c60189ad10842fc5802da4f..18f5e6d8a0f5f9e5731ac661d2cb53ab372b2af6 100644 (file)
@@ -70,7 +70,9 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)