Revision: 6936 http://ipcop.svn.sourceforge.net/ipcop/?rev=6936&view=rev Author: gespinasse Date: 2013-02-20 07:12:58 +0000 (Wed, 20 Feb 2013) Log Message: ----------- Upgrade pkg-config to 0.28 This create a bit of noise if you try to diff from previous build as there is often one less space in flags passed to gcc. Anyway, that build and give the same test suite results
Modified Paths: -------------- ipcop/trunk/lfs/pkg-config Modified: ipcop/trunk/lfs/pkg-config =================================================================== --- ipcop/trunk/lfs/pkg-config 2013-02-20 07:05:51 UTC (rev 6935) +++ ipcop/trunk/lfs/pkg-config 2013-02-20 07:12:58 UTC (rev 6936) @@ -33,7 +33,7 @@ include Config PKG_NAME = pkg-config -VER = 0.27.1 +VER = 0.28 HOST_ARCH = all OTHER_SRC = yes @@ -51,7 +51,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5392b4e3372879c5bf856173b418d6a2 +$(DL_FILE)_MD5 = aa3c86e67551adc3ac865160e34a2a0d install : $(TARGET) @@ -82,12 +82,12 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --with-internal-glib + cd $(DIR_APP) && ./configure --prefix=/usr --with-internal-glib --disable-host-tool cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" - cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log - # 12 tests should pass + cd $(DIR_APP) && make --silent --no-print-directory check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log + # 25 tests should pass endif cd $(DIR_APP) && make install 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