]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed openssl from installation system.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:51 +0000 (20:40 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2008 18:40:51 +0000 (20:40 +0200)
lfs/openssl

index 2ae2f3a062680f71ffec6bcbf77bdffdde05d888..cca829febca7ec1fa5e2468c8c2c856e83988ee8 100644 (file)
@@ -57,7 +57,6 @@ $(TARGET) :
 
        cd $(DIR_APP) && sed -i -e 's/-march=i486/-march=$(MACHINE)/' Configure
 
-ifeq "$(STAGE)" "$(SNAME)"
        cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' Configure
 
        cd $(DIR_APP) && sed -e 's/__OpenBSD__/__linux__/' -e 's/arandom/urandom/' \
@@ -80,27 +79,6 @@ ifeq "$(STAGE)" "$(SNAME)"
 
        mv -v /usr/lib/{libcrypto,libssl}.a /usr/lib/static
        install -m 0644 $(DIR_SRC)/config/ssl/openssl.cnf /etc/ssl
-endif
-
-ifeq "$(STAGE)" "installer"
-       cd $(DIR_APP) && sed -i -e 's/-O3/-Os/' Configure
-
-       cd $(DIR_APP) && $(U_TOOLS) \
-               ./Configure linux-elf \
-                       --prefix=/usr \
-                       --openssldir=/etc/ssl \
-                       -L$(INSTALLER_DIR)/lib \
-                       -L$(INSTALLER_DIR)/usr/lib \
-                       -ldl \
-                       -I$(INSTALLER_DIR)/usr/include threads \
-                       shared no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \
-                       no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 no-idea \
-                       zlib-dynamic no-engines no-ec no-err no-fips no-hw zlib-dynamic \
-                       no-sse2 no-perlasm \
-                       -DOPENSSL_SMALL_FOOTPRINT
-       cd $(DIR_APP) && make CC=$(U_CC) AR="$(U_AR) r" RANLIB=$(U_RANLIB)
-       cd $(DIR_APP) && make CC=$(U_CC) install INSTALL_PREFIX=$(INSTALLER_DIR)
-endif
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)