openwrtv4/package/libs
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
..
cyassl change fixup method and fix CFLAGS handling 2013-12-20 20:25:44 +00:00
gettext licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. 2012-10-19 15:34:28 +00:00
gettext-full gettext-full: use portability header files for byteswapping on non-linux systems 2013-07-06 14:49:20 +00:00
libbsd libbsd: make it available for eglibc only 2013-02-15 13:25:12 +00:00
libconfig libconfig: add from /packages, update to latest version, add myself as maintainer 2013-07-26 10:02:51 +00:00
libevent2 libevent2: Configure with --disable-debug-mode 2013-12-09 18:26:58 +00:00
libiconv libiconv: compile iconv stub with TARGET_CFLAGS 2013-02-19 17:22:46 +00:00
libiconv-full libiconv-full: add clause to Makefile to actually install iconv 2012-12-05 18:05:04 +00:00
libjson-c libjson-c: also install .pc file for compatibility libjson 2014-01-12 12:06:57 +00:00
libmnl libmnl: update to 1.0.3 2013-04-23 10:29:42 +00:00
libnetfilter-conntrack libnetfilter-conntrack: update to 1.0.3 2013-04-23 10:29:38 +00:00
libnfnetlink libnfnetlink: update to v1.0.1 2013-01-13 19:49:06 +00:00
libnl libnl: update to 3.2.21 2013-04-23 09:21:57 +00:00
libnl-tiny libnl-tiny: fix include path to poll.h 2014-02-24 21:08:28 +00:00
libpcap libpcap: disable some autodetected features to avoid extra dependencies and bloat 2014-02-06 12:40:28 +00:00
libreadline readline: update to version 6.2, enable parallel builds 2012-10-29 19:25:21 +00:00
librpc disable mips16 for a few packages that don't compile with it 2013-08-14 14:29:15 +00:00
libtool licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. 2012-10-19 15:34:28 +00:00
libubox libubox: update to latest version, improves uloop error handling 2014-02-23 17:32:22 +00:00
libusb libusb: add from /packages, add myself as maintainer 2013-01-29 10:48:37 +00:00
libusb-compat add libusb-compat 2013-01-29 16:12:00 +00:00
lzo move lzo from /packages to trunk 2013-01-30 19:52:03 +00:00
ncurses toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 2013-05-09 20:50:49 +00:00
ocf-crypto-headers ocf-crypto-headers: Correct license info 2012-10-19 15:45:59 +00:00
openssl openssl: Fix x86_64 build on some 64bit host systems 2014-03-12 10:00:53 +00:00
polarssl polarssl: update to 1.2.9 2013-10-07 21:28:12 +00:00
popt move a few development packages to trunk and add myself as a maintainer 2012-10-10 13:26:27 +00:00
sysfsutils licensing: Add licensing metadata to many packages Two new variables are introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. 2012-10-19 15:34:28 +00:00
toolchain packages: clean up the package folder 2013-06-21 16:54:37 +00:00
uclibc++ toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues 2013-05-09 20:50:49 +00:00
ustream-ssl ustream-ssl: update to the latest version, adds support for the current cyassl version (#14386) 2013-10-30 12:56:47 +00:00
zlib zlib: update to 1.2.8 2013-07-28 23:27:34 +00:00