Re: [OpenWrt-Devel] [PATCHv2] openssl: Fix x86_64 build on some 64bit host systems

2014-03-12 Thread Felix Fietkau
On 2014-03-11 17:42, Helmut Schaa wrote: > 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/

[OpenWrt-Devel] [PATCHv2] openssl: Fix x86_64 build on some 64bit host systems

2014-03-11 Thread Helmut Schaa
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-