Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] openssl: fix libdir issue bug #3205
@ 2011-02-03 20:45 Gustavo Zacarias
  2011-02-03 20:45 ` [Buildroot] [PATCH 2/3] busybox: add modprobe fix Gustavo Zacarias
  2011-02-03 20:45 ` [Buildroot] [PATCH 3/3] ntp: add ntpdate option Gustavo Zacarias
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2011-02-03 20:45 UTC (permalink / raw)
  To: buildroot

OpenSSL's build system tries to be too wise for it's own good when
guessing what libdir should be.
This causes problems like the one reported in bug #3205 so just specify
libdir to point to /lib (since it's prefixed it would finally be
/usr/lib) since it should be present on 32 and 64 bit targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/openssl/openssl.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk
index e35eaa3..95459ec 100644
--- a/package/openssl/openssl.mk
+++ b/package/openssl/openssl.mk
@@ -41,6 +41,7 @@ define OPENSSL_CONFIGURE_CMDS
 			linux-$(OPENSSL_TARGET_ARCH) \
 			--prefix=/usr \
 			--openssldir=/etc/ssl \
+			--libdir=/lib \
 			threads \
 			shared \
 			no-idea \
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-04 19:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 20:45 [Buildroot] [PATCH 1/3] openssl: fix libdir issue bug #3205 Gustavo Zacarias
2011-02-03 20:45 ` [Buildroot] [PATCH 2/3] busybox: add modprobe fix Gustavo Zacarias
2011-02-04 18:50   ` Peter Korsgaard
2011-02-03 20:45 ` [Buildroot] [PATCH 3/3] ntp: add ntpdate option Gustavo Zacarias
2011-02-04 19:02   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox