diff options
Diffstat (limited to 'openssl/openssl_0.9.7b.oe')
-rw-r--r-- | openssl/openssl_0.9.7b.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openssl/openssl_0.9.7b.oe b/openssl/openssl_0.9.7b.oe index 882c089760..9a7b3140a4 100644 --- a/openssl/openssl_0.9.7b.oe +++ b/openssl/openssl_0.9.7b.oe @@ -1,10 +1,10 @@ SRC_URI = http://www.openssl.org/source/${P}.tar.gz \ file://${FILESDIR}/debian.patch;patch=1 -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}" |