Revision: 6942 http://ipcop.svn.sourceforge.net/ipcop/?rev=6942&view=rev Author: gespinasse Date: 2013-02-28 20:01:52 +0000 (Thu, 28 Feb 2013) Log Message: ----------- Upgrade file to 5.13 Use configure arg in one line as that's easier to paste for testing
Modified Paths: -------------- ipcop/trunk/lfs/file Modified: ipcop/trunk/lfs/file =================================================================== --- ipcop/trunk/lfs/file 2013-02-24 17:39:11 UTC (rev 6941) +++ ipcop/trunk/lfs/file 2013-02-28 20:01:52 UTC (rev 6942) @@ -33,7 +33,7 @@ include Config PKG_NAME = file -VER = 5.12 +VER = 5.13 HOST_ARCH = all OTHER_SRC = yes @@ -51,7 +51,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 1d7d85cb9354f79e5e351deef36be6ba +$(DL_FILE)_MD5 = d60c1364ba956eff7d21f8250808fc6d install : $(TARGET) @@ -84,8 +84,7 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) \ - --disable-static + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-static cd $(DIR_APP) && make -j $(PARALLELISM) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn