summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGustavo Zacarias2011-02-03 13:55:48 +0100
committerPeter Korsgaard2011-02-23 23:31:49 +0100
commitd17c1652808829bfc354683854c7170b90f7f127 (patch)
tree913966545e5be20dc101fa01caedb5a737328d9e /CHANGES
parentCHANGES: update with recent changes (diff)
downloadbuildroot-d17c1652808829bfc354683854c7170b90f7f127.tar.gz
buildroot-d17c1652808829bfc354683854c7170b90f7f127.tar.xz
buildroot-d17c1652808829bfc354683854c7170b90f7f127.zip
openssl: fix libdir issue
Closes #3205 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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 925ef5d30..757754ed0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,7 @@
Issues resolved (http://bugs.uclibc.org):
+ #3205: Failing chmod when running "make" in buildroot (openssl)...
#3283: See why nfs-utils needs fakeroot, and convert to autotools
2011.02-rc1, Released February 14th, 2011: