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
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
libconfig
libevent2
libiconv
libiconv-full
libjson-c
libmnl
libnetfilter-conntrack
libnfnetlink libnfnetlink: fix musl compile errors 2014-06-09 13:47:56 +00:00
libnl
libnl-tiny
libpcap
libreadline
libroxml
librpc librpc: fix compile errors with musl 2014-06-29 22:25:54 +00:00
libtool
libubox libubox: update to the latest version, fixes a jshn parsing error (#17128) 2014-07-16 18:35:25 +00:00
libusb
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
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
sysfsutils
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
zlib