X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fglib;h=4a2158e61ba397005b07cf35e470ff6334c1aeb2;hp=199036c74b26df61a475b9288e907168804ee603;hb=a9b17001d6e48e17088246acf89b012599e155a0;hpb=f8e5510c0f892247fd406c74b695aa0ee2e0cc80 diff --git a/lfs/glib b/lfs/glib index 199036c74b..4a2158e61b 100644 --- a/lfs/glib +++ b/lfs/glib @@ -81,7 +81,7 @@ $(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 cd $(DIR_APP) && make install @rm -rf $(DIR_APP)