You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
cyassl cyassl: update to 3.1.0 10 years ago
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. 12 years ago
gettext-full build: disable the PKG_CHECK_FORMAT_SECURITY check for the failing packages 10 years ago
gmp gmp: add host compile 10 years ago
libbsd libbsd: make it available for eglibc only 11 years ago
libconfig libconfig: add from /packages, update to latest version, add myself as maintainer 11 years ago
libevent2 libevent2: Configure with --disable-debug-mode 11 years ago
libiconv libiconv: compile iconv stub with TARGET_CFLAGS 11 years ago
libiconv-full libiconv-full: add clause to Makefile to actually install iconv 12 years ago
libjson-c libjson-c: also install .pc file for compatibility libjson 11 years ago
libmnl libmnl: update to 1.0.3 11 years ago
libnetfilter-conntrack libnetfilter-conntrack: update to 1.0.3 11 years ago
libnfnetlink libnfnetlink: fix musl compile errors 10 years ago
libnl libnl: update to 3.2.21 11 years ago
libnl-tiny libnl-tiny: ensure compatibility to libnl version 3 and higher 10 years ago
libpcap libpcap: disable some autodetected features to avoid extra dependencies and bloat 10 years ago
libreadline readline: update to version 6.2, enable parallel builds 12 years ago
libroxml libroxml: enable xpath support 10 years ago
librpc librpc: fix compile errors with musl 10 years ago
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. 12 years ago
libubox libubox: update to the latest version, fixes a jshn parsing error (#17128) 10 years ago
libusb libusb: add from /packages, add myself as maintainer 12 years ago
libusb-compat libusb-compat: create directory for libusb-config 10 years ago
lzo lzo: enable parallel build 10 years ago
ncurses ncurses: Install xterm-256color 10 years ago
nettle nettle: downgrade to 2.7.1 since gnutls is incompatible with 3.0 10 years ago
ocf-crypto-headers ocf-crypto-headers: Correct license info 12 years ago
openssl openssl: another day another bug fix update 10 years ago
polarssl polarssl: bump to 1.3.8 10 years ago
popt move a few development packages to trunk and add myself as a maintainer 12 years ago
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. 12 years ago
toolchain toolchain: only take last found libgcc* file 10 years ago
uclibc++ uclibc++: disable mips16 support to avoid linkage errors with libsupc++ object files 10 years ago
uclient uclient: update to the latest version, fixes an issue with http authentication handling 10 years ago
ustream-ssl ustream-ssl: update to latest version, adds certificate validation support 10 years ago
zlib zlib: update to 1.2.8 11 years ago