Revision: 7579 http://sourceforge.net/p/ipcop/svn/7579 Author: owes Date: 2014-05-24 20:43:38 +0000 (Sat, 24 May 2014) Log Message: ----------- do not depend on gmp-devel available in building system
Modified Paths: -------------- ipcop/trunk/lfs/mpfr Modified: ipcop/trunk/lfs/mpfr =================================================================== --- ipcop/trunk/lfs/mpfr 2014-05-24 11:12:49 UTC (rev 7578) +++ ipcop/trunk/lfs/mpfr 2014-05-24 20:43:38 UTC (rev 7579) @@ -89,13 +89,16 @@ cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1) ifeq "$(STAGE)" "toolchain" - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --enable-thread-safe --disable-static + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) \ + --with-gmp=/$(TOOLS_DIR) \ + --enable-thread-safe --disable-static cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && ./configure --prefix=/usr --enable-thread-safe --disable-static + cd $(DIR_APP) && ./configure --prefix=/usr \ + --enable-thread-safe --disable-static cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn