From 69fb3be5c79d9c80f2f4fa9c1138e2e7b6e58c3c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 30 Jun 2004 17:22:22 +0000 Subject: package libcrypto and libssl separately BKrev: 40e2f6ceyHi30GFFK_ZI9GN3llUGvw --- openssl/openssl_0.9.7d.oe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openssl/openssl_0.9.7d.oe b/openssl/openssl_0.9.7d.oe index 4cf16767cb..b8946e5997 100644 --- a/openssl/openssl_0.9.7d.oe +++ b/openssl/openssl_0.9.7d.oe @@ -1,5 +1,6 @@ SECTION = "libs" DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." +PR = "r1" SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ file://debian.patch;patch=1" @@ -10,6 +11,9 @@ export CFLAG = "-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDI export DIRS = "crypto ssl" export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}" +PACKAGES =+ "libcrypto" +FILES_libcrypto = "${libdir}/libcrypto.so.*" + do_compile () { perl util/perlpath.pl ${bindir} ln -sf apps/openssl.pod crypto/crypto.pod ssl/ssl.pod doc/ -- cgit v1.2.3