Revision: 5549
http://ipcop.svn.sourceforge.net/ipcop/?rev=5549&view=rev
Author: gespinasse
Date: 2011-03-23 20:57:13 +0000 (Wed, 23 Mar 2011)
Log Message:
-----------
Static libmpfr is not used, so do not compile that
Do not install libmpfr, nothing use it.
This is only a prerequisite for gcc that we do not install
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/mpfr
ipcop/trunk/lfs/mpfr
ipcop/trunk/updates/1.9.18/information.xml
ipcop/trunk/updates/1.9.18/setup
Modified: ipcop/trunk/config/rootfiles/common/mpfr
===================================================================
--- ipcop/trunk/config/rootfiles/common/mpfr 2011-03-23 13:47:59 UTC (rev 5548)
+++ ipcop/trunk/config/rootfiles/common/mpfr 2011-03-23 20:57:13 UTC (rev 5549)
@@ -1,10 +1,9 @@
#usr/include/mpf2mpfr.h
#usr/include/mpfr.h
-#usr/lib/libmpfr.a
#usr/lib/libmpfr.la
-usr/lib/libmpfr.so
-usr/lib/libmpfr.so.1
-usr/lib/libmpfr.so.1.2.2
+#usr/lib/libmpfr.so
+#usr/lib/libmpfr.so.1
+#usr/lib/libmpfr.so.1.2.2
#usr/share/doc/mpfr
#usr/share/doc/mpfr/AUTHORS
#usr/share/doc/mpfr/BUGS
Modified: ipcop/trunk/lfs/mpfr
===================================================================
--- ipcop/trunk/lfs/mpfr 2011-03-23 13:47:59 UTC (rev 5548)
+++ ipcop/trunk/lfs/mpfr 2011-03-23 20:57:13 UTC (rev 5549)
@@ -89,7 +89,7 @@
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
- cd $(DIR_APP) && ./configure --prefix=/usr --enable-thread-safe
+ cd $(DIR_APP) && ./configure --prefix=/usr --enable-thread-safe --disable-static
cd $(DIR_APP) && make -j $(PARALLELISM)
ifeq "$(RUNNING_TEST)" "yes"
Modified: ipcop/trunk/updates/1.9.18/information.xml
===================================================================
--- ipcop/trunk/updates/1.9.18/information.xml 2011-03-23 13:47:59 UTC (rev 5548)
+++ ipcop/trunk/updates/1.9.18/information.xml 2011-03-23 20:57:13 UTC (rev 5549)
@@ -15,7 +15,7 @@
rrdtool to 1.4.5, smartmontools to 5.40, sqlite to 3.7.4, squid to 3.1.11, tar to 1.26, traceroute to 2.0.16,
tzdata to 2011d, usb-modeswitch to 1.1.7, usbutils to 001, vim to 7.3<br />
Fixed pcre-8.11 with --enable-unicode-properties,
- pptp recompiled with hardening flags. Added sendEmail 1.56</description>
+ pptp recompiled with hardening flags. Added sendEmail 1.56. Remove libmpfr</description>
<previousversion>1.9.17</previousversion>
<nextversion>1.9.19</nextversion>
</update>
Modified: ipcop/trunk/updates/1.9.18/setup
===================================================================
--- ipcop/trunk/updates/1.9.18/setup 2011-03-23 13:47:59 UTC (rev 5548)
+++ ipcop/trunk/updates/1.9.18/setup 2011-03-23 20:57:13 UTC (rev 5549)
@@ -62,6 +62,9 @@
/bin/rm -fr /usr/lib/squid/errors.ipcop
/bin/rm -fr /usr/lib/squid/errors
+# nothing installed use libmpfr
+/bin/rm -f /usr/lib/libmpfr.so*
+
#####
#
# End of version specific handling. Continue with universal stuff.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|