[Lunar-commits] r18986 - moonbase/trunk/crypto/openssl

Moritz Heiber moe at lunar-linux.org
Thu Mar 2 09:29:39 UTC 2006


Author: moe
Date: 2006-03-02 09:29:38 +0000 (Thu, 02 Mar 2006)
New Revision: 18986

Modified:
   moonbase/trunk/crypto/openssl/POST_INSTALL
Log:
wget needs to be compiled prior to any other module



Modified: moonbase/trunk/crypto/openssl/POST_INSTALL
===================================================================
--- moonbase/trunk/crypto/openssl/POST_INSTALL	2006-03-02 08:42:45 UTC (rev 18985)
+++ moonbase/trunk/crypto/openssl/POST_INSTALL	2006-03-02 09:29:38 UTC (rev 18986)
@@ -1,6 +1,10 @@
-# Remove of gcc internal header is necessary as it "fixes" its own copy of the
-# bn.h include files.  This will allow gcc to correctly recompile an openssl app.
+# Remove of gcc internal header is necessary as it "fixes" its own
+# copy of the bn.h include files.  This will allow gcc to correctly
+# recompile an openssl app.
 
 rm -rf /usr/lib/gcc-lib/*/$(installed_version gcc)/include/openssl &> /dev/null
 
+# Has to be done BEFORE anything else
+lunar fix wget 
+
 lunar fix $(lvu depends openssl)



More information about the Lunar-commits mailing list