diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:44:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:44:52 +0000 |
commit | 7377fc1cfebd48adb4033310112d51b16c4a14e0 (patch) | |
tree | 592dd64344d3b61b81834011374e0d3147fe8d69 /meta/packages/openssl/openssl.inc | |
parent | 1cdaf69d922b47af366aae30425ec6fe4b800920 (diff) | |
download | poky-7377fc1cfebd48adb4033310112d51b16c4a14e0.tar.gz |
openssl: Remove uneeded library linking directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4083 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/openssl/openssl.inc')
-rw-r--r-- | meta/packages/openssl/openssl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/openssl/openssl.inc b/meta/packages/openssl/openssl.inc index 522b6fe289..c621371574 100644 --- a/meta/packages/openssl/openssl.inc +++ b/meta/packages/openssl/openssl.inc | |||
@@ -14,7 +14,7 @@ export CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}" | |||
14 | export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" | 14 | export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}" |
15 | 15 | ||
16 | export DIRS = "crypto ssl apps" | 16 | export DIRS = "crypto ssl apps" |
17 | export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}" | 17 | export EX_LIBS = "-lgcc -ldl" |
18 | export AS = "${CC} -c" | 18 | export AS = "${CC} -c" |
19 | 19 | ||
20 | PACKAGES =+ "libcrypto libssl" | 20 | PACKAGES =+ "libcrypto libssl" |