Author: justin
Date: 2005-11-27 22:17:30 -0700 (Sun, 27 Nov 2005)
New Revision: 1174

Modified:
   branches/6.1.1-newmake/packages/openssl/Makefile
   branches/dm/packages/openssl/Makefile
   branches/utf8-newmake/packages/openssl/Makefile
   trunk/packages/openssl/Makefile
Log:
Added back the seds for openssl.  They are still needed for i486 build.

Modified: branches/6.1.1-newmake/packages/openssl/Makefile
===================================================================
--- branches/6.1.1-newmake/packages/openssl/Makefile    2005-11-28 05:10:58 UTC 
(rev 1173)
+++ branches/6.1.1-newmake/packages/openssl/Makefile    2005-11-28 05:17:30 UTC 
(rev 1174)
@@ -26,6 +26,8 @@
 compile-stage2:
        patch -Np1 -i ../$(PATCH1)
        ./config --openssldir=/etc/ssl --prefix=/usr shared
+       sed -i 's/mcpu=pentium/mtune=i486/' Configure
+       sed -i 's/mcpu=pentium/mtune=i486/' Makefile
        make $(PM) MANDIR=/usr/share/man
        make MANDIR=/usr/share/man install
        cp -r certs /etc/ssl

Modified: branches/dm/packages/openssl/Makefile
===================================================================
--- branches/dm/packages/openssl/Makefile       2005-11-28 05:10:58 UTC (rev 
1173)
+++ branches/dm/packages/openssl/Makefile       2005-11-28 05:17:30 UTC (rev 
1174)
@@ -35,6 +35,10 @@
 compile-stage2:
        for PATCH in $(PATCHES) ; do patch -Np1 -i ../$$PATCH ; done
        $(CONFIG) --openssldir=/etc/ssl --prefix=/usr $(SSL_TARGET) shared
+ifeq ($(LFS-ARCH),x86)
+       sed -i 's/mcpu=pentium/mtune=i486/' Configure
+       sed -i 's/mcpu=pentium/mtune=i486/' Makefile
+endif
        make $(PM) $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man
        make $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man install
        cp -r certs /etc/ssl

Modified: branches/utf8-newmake/packages/openssl/Makefile
===================================================================
--- branches/utf8-newmake/packages/openssl/Makefile     2005-11-28 05:10:58 UTC 
(rev 1173)
+++ branches/utf8-newmake/packages/openssl/Makefile     2005-11-28 05:17:30 UTC 
(rev 1174)
@@ -35,6 +35,10 @@
 compile-stage2:
        for PATCH in $(PATCHES) ; do patch -Np1 -i ../$$PATCH ; done
        $(CONFIG) --openssldir=/etc/ssl --prefix=/usr $(SSL_TARGET) shared
+ifeq ($(LFS-ARCH),x86)
+       sed -i 's/mcpu=pentium/mtune=i486/' Configure
+       sed -i 's/mcpu=pentium/mtune=i486/' Makefile
+endif
        make $(PM) $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man
        make $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man install
        cp -r certs /etc/ssl

Modified: trunk/packages/openssl/Makefile
===================================================================
--- trunk/packages/openssl/Makefile     2005-11-28 05:10:58 UTC (rev 1173)
+++ trunk/packages/openssl/Makefile     2005-11-28 05:17:30 UTC (rev 1174)
@@ -35,6 +35,10 @@
 compile-stage2:
        for PATCH in $(PATCHES) ; do patch -Np1 -i ../$$PATCH ; done
        $(CONFIG) --openssldir=/etc/ssl --prefix=/usr $(SSL_TARGET) shared
+ifeq ($(LFS-ARCH),x86)
+       sed -i 's/mcpu=pentium/mtune=i486/' Configure
+       sed -i 's/mcpu=pentium/mtune=i486/' Makefile
+endif
        make $(PM) $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man
        make $(LIBDIR_OVERRIDE) MANDIR=/usr/share/man install
        cp -r certs /etc/ssl

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to