tn3399_openwrt/package/libs
John Crispin 7ba7ddf88e gmp: add host compile
Currently, any package that uses host compile and depends on
libgmp.so will fail. This is because gmp is not compile for
host machine. So, staging_dir/host has only static lib for gmp

 $ ls staging_dir/host/lib/libgmp* -1
 staging_dir/host/lib/libgmp.a
 staging_dir/host/lib/libgmp.la
 staging_dir/host/lib/libgmpxx.a
 staging_dir/host/lib/libgmpxx.la

Addind host compile in gmp, the dependent package can use:

 PKG_BUILD_DEPENDS:=gmp/host

That will compile gmp to staging_dir/host with *.so files

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>

SVN-Revision: 42196
2014-08-18 13:10:11 +00:00
..
cyassl cyassl: update to 3.1.0 2014-08-08 05:25:52 +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 build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages 2014-06-30 08:19:48 +00:00
gmp gmp: add host compile 2014-08-18 13:10:11 +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: fix musl compile errors 2014-06-09 13:47:56 +00:00
libnl libnl: update to 3.2.21 2013-04-23 09:21:57 +00:00
libnl-tiny libnl-tiny: ensure compatibility to libnl version 3 and higher 2014-03-21 15:54:48 +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
libroxml libroxml: enable xpath support 2014-03-23 16:08:58 +00:00
librpc librpc: fix compile errors with musl 2014-06-29 22:25:54 +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 the latest version, fixes a jshn parsing error (#17128) 2014-07-16 18:35:25 +00:00
libusb libusb: add from /packages, add myself as maintainer 2013-01-29 10:48:37 +00:00
libusb-compat libusb-compat: create directory for libusb-config 2014-06-04 07:20:02 +00:00
lzo lzo: enable parallel build 2014-07-18 14:42:15 +00:00
ncurses ncurses: Install xterm-256color 2014-06-16 18:21:02 +00:00
nettle nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0 2014-06-18 17:06:30 +00:00
ocf-crypto-headers ocf-crypto-headers: Correct license info 2012-10-19 15:45:59 +00:00
openssl openssl: another day another bug fix update 2014-08-07 20:54:41 +00:00
polarssl polarssl: bump to 1.3.8 2014-08-08 05:20:50 +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 toolchain: only take last found libgcc* file 2014-06-27 10:40:21 +00:00
uclibc++ uclibc++: disable mips16 support to avoid linkage errors with libsupc++ object files 2014-04-05 21:58:16 +00:00
uclient uclient: update to the latest version, fixes an issue with http authentication handling 2014-05-28 09:44:57 +00:00
ustream-ssl ustream-ssl: update to latest version, adds certificate validation support 2014-03-25 15:06:24 +00:00
zlib zlib: update to 1.2.8 2013-07-28 23:27:34 +00:00