diff options
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/openssl_0.9.7b.oe | 8 | ||||
-rw-r--r-- | openssl/openssl_0.9.7c.oe | 8 |
2 files changed, 8 insertions, 8 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}" 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}" |