X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibupnp;h=18f5e6d8a0f5f9e5731ac661d2cb53ab372b2af6;hb=a12d48868202f0bef98b4c392eb7ca33cd6fe957;hp=3f8d2b549819f4d55c60189ad10842fc5802da4f;hpb=b530bbba9eb2ec961789f78995fb1c5f11cadb75;p=ipfire-2.x.git diff --git a/lfs/libupnp b/lfs/libupnp index 3f8d2b5498..18f5e6d8a0 100644 --- a/lfs/libupnp +++ b/lfs/libupnp @@ -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)