diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /openssl/openssl_0.9.7c.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'openssl/openssl_0.9.7c.oe')
-rw-r--r-- | openssl/openssl_0.9.7c.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl/openssl_0.9.7c.oe b/openssl/openssl_0.9.7c.oe index a7aa97376c..27729b4537 100644 --- a/openssl/openssl_0.9.7c.oe +++ b/openssl/openssl_0.9.7c.oe @@ -1,10 +1,10 @@ SRC_URI = http://www.openssl.org/source/${P}.tar.gz \ ${DEBIAN_MIRROR}/main/o/${PN}/${PN}_${PV}-5.diff.gz -S = ${WORKDIR}/${PN}-${PV} +S = "${WORKDIR}/${PN}-${PV}" -DEPENDS = virtual/libc -SECTION = libs -DESCRIPTION = Secure Socket Layer (SSL) binary and related cryptographic tools. +DEPENDS = "virtual/libc" +SECTION = "libs" +DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." AR_append = " r" export CFLAG = "-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -Wall ${FULL_OPTIMIZATION}" |