openwrtv3/package
Felix Fietkau 2835152df8 openssl: Fix x86_64 build on some 64bit host systems
On some build hosts openssl fails to install since openssl installs itself into
lib64 while the openwrt Makefile expects the libs to end up in lib.

install -m0644 .../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-install/usr/lib/libcrypto.so.* .../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-x86_64/libopenssl/usr/lib/
install: cannot stat '.../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-install/usr/lib/libcrypto.so.*': No such file or directory
make[2]: *** [/openwrt/bin/x86_64/packages/libopenssl_1.0.1e-2_x86_64.ipk] Error 1
make[2]: Leaving directory `/openwrt/package/libs/openssl'
make[1]: *** [package/libs/openssl/compile] Error 2
make[1]: Leaving directory `/openwrt'

Set LIBDIR accordingly to fix this.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 39885
2014-03-12 10:00:53 +00:00
..
base-files the root password should be empty for real, like before 2014-02-21 10:39:14 +00:00
boot uboot-sunxi: bump u-boot version - update u-boot to 2014.01-rc1 - smp support on a20 2014-03-05 23:16:18 +00:00
devel upgrade the Linaro binutils to 2.24-2013.12 2014-01-07 15:03:55 +00:00
kernel ath9k: further improvements to noise immunity handling on older chips 2014-03-11 15:31:50 +00:00
libs openssl: Fix x86_64 build on some 64bit host systems 2014-03-12 10:00:53 +00:00
network iptables/netfilter: add connlimit to conntrack-extra 2014-03-11 14:58:00 +00:00
system ubus: update to latest version, fixes lua binding issues and adds fd passing support 2014-02-23 17:32:26 +00:00
utils usbreset: fix possible access to uninitialized variable (#15041) 2014-02-23 23:42:12 +00:00
Makefile package/index: fix index creating when building without signing 2013-10-02 16:38:28 +00:00