]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libupnp
Merge remote-tracking branch 'origin/next' into kernel-4.14
[ipfire-2.x.git] / lfs / libupnp
index 7d6d6d3acb3776ac44366b005a857cbec892b501..18f5e6d8a0f5f9e5731ac661d2cb53ab372b2af6 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.6.6
+VER        = 1.6.18
 
 THISAPP    = libupnp-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 8918dcf7428cd119d0c8275765ff2833
+$(DL_FILE)_MD5 = 11c6484fd2e2927bf3b8d8108407ca56
 
 install : $(TARGET)
 
@@ -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)