packages/libs
Sebastian Kemper 54b33157a6 glib2: don't use libelf during host build
Since commit 2e490e7e46a4f6fbf66fa930a25c2991e24c0f83 tools/libelf
installs a pkgconfig file, which in turn is picked up during the glib2
host build. On the build bots the same occurs, although it so happens
that (sometimes?) libelf.h is not found and the host build fails. This
may be a timing issue specific to the build bots, as the header is in
fact installed by tools/libelf and I can't reproduce this here on my own
computer.

In any case, libelf (if detected) is only used by gresource. gresource
can be used without it. gresource is not used by OpenWrt's build system
(also not in openwrt/packages). So adding "--disable-libelf" to the host
configure args is not detrimental in any way and works around the issue
described above.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-09-09 09:39:49 +02:00
..
alsa-lib alsa-lib: update to 1.1.8 2019-01-14 20:22:42 +01:00
apr apr: Enable DSO and add several configure vars 2019-05-06 17:03:34 -07:00
apr-util apr-util: Update to 1.6.1 2018-06-09 14:56:37 -07:00
avahi libavahi-compat-libdnssd: Fix compilation 2019-02-02 13:37:09 -08:00
avro treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
boost boost: fix raw kconfig syntax 2019-09-04 23:10:52 +03:00
botan botan: Do not build on ARC 2019-05-15 14:40:46 -07:00
c-ares libs/c-ares: Update to 1.15.0 2018-10-29 14:37:08 +00:00
check libs/check: update to 0.12.0 2017-10-22 20:00:06 +02:00
classpath classpath: Fix breakage caused by -Werror=implicit-fallthrough 2019-01-08 20:29:09 -06:00
confuse confuse: Update to 3.2.2 2018-08-20 20:59:34 -07:00
cyrus-sasl cyrus-sasl: Update to 2.1.27 2018-11-20 21:32:34 -05:00
czmq czmq: polishing of Makefile 2019-03-27 15:03:03 +01:00
db47 treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
dmx_usb_module dmx_usb_module: fix build against kernel 4.14 2018-03-02 00:58:15 +01:00
dtc dtc: bump to version 1.5.0 2019-03-15 05:42:38 +00:00
dtndht dtndht: Add -std-gnu89 to fix compilation problems. 2018-12-06 13:52:45 -08:00
elektra elektra: Fix compilation with uClibc-ng 2019-07-19 20:00:00 -07:00
expat expat: fix host build issue with docbook 2018-09-03 13:39:04 +02:00
faad2 faad2: Remove uClibc hack 2019-05-05 16:07:32 -07:00
fbthrift fbthrift: Install to STAGING_DIR_HOSTPKG 2019-06-20 09:47:03 -07:00
fbzmq fbzmq: Fix compilation with newer GCC 2019-07-19 19:38:25 -07:00
fcgi fcgi: Update to 2.4.2 2019-03-26 13:23:11 -07:00
fftw3 treewide: remove obsolete references to avr32 2018-09-28 12:03:20 +08:00
file libs: file: bump to 5.37 2019-06-09 17:06:31 +02:00
flac flac: Fix CVE-2017-6888 2018-08-20 21:38:07 -07:00
freetype libfreetype: update to v2.10.0 2019-03-15 11:03:10 -04:00
gdbm treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
getdns getdns: fix library double packing 2019-06-06 20:10:21 +03:00
giflib giflib: Add PKG_CPE_ID for proper CVE tracking 2018-08-21 12:44:24 -07:00
glib2 glib2: don't use libelf during host build 2019-09-09 09:39:49 +02:00
glpk glpk: Update to 4.65 2018-06-14 14:32:06 -07:00
gnutls gnutls: updated to 3.6.9 2019-08-02 21:28:25 +02:00
google-authenticator-libpam google-authenticator-libpam: Update to version 1.06 2019-06-03 16:54:41 -07:00
gperf gperf: Update to 3.1 2017-07-24 23:23:00 +02:00
hidapi treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
hiredis hiredis: fix pkg-config file 2019-01-13 19:33:12 +01:00
hwloc hwloc: Add PCI support 2019-05-29 13:31:57 -07:00
ibrcommon ibrcommon: Remove uclibc++ usage 2018-12-30 09:36:17 -08:00
ibrdtn treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
icu icu: Fix compilation with uClibc-ng 2019-05-01 12:50:30 -07:00
intltool intltool: Add patch to fix regular expressions and avoid warnings in perl 5.22 and later. 2018-12-12 13:20:27 -05:00
jansson jansson: Update to 2.12 2018-12-17 14:01:06 -08:00
jose jose: Fix compilation without deprecated OpenSSL APIs 2019-04-20 13:25:48 -07:00
jsoncpp jsoncpp: Add to repo 2019-01-28 14:01:36 +01:00
keyutils keyutils: Make reproducible 2019-02-08 20:50:24 -08:00
ldns ldns: copy pkgconfig file in InstallDev 2019-04-13 00:22:43 +02:00
libaio libaio: Backport DESTDIR patch to simplify the Makefile 2019-06-07 14:08:52 -07:00
libantlr3c libantlr3c: Update to 3.4 2018-07-08 19:51:17 -07:00
libao treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libarchive libarchive: patch security issues 2019-02-12 11:53:04 +01:00
libartnet libartnet: Fix compilation with GCC8 2019-05-05 16:02:10 -07:00
libaudiofile libaudiofile: Allow compilation with uclibc++ 2018-12-24 13:54:48 -08:00
libavl treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libcanfestival treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libcap libcap: update to 2.27 2019-05-19 13:11:48 +08:00
libcgroup libcgroup: Added new package. 2019-02-16 09:55:02 +01:00
libcoap libcoap: Update to 4.2.0 and switch to codeload 2019-06-03 17:55:12 -07:00
libcups libcups: update to 2.2.11 2019-03-25 18:52:18 -03:00
libdaemon treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libdaq libdaq: update to 2.2.2 2019-03-29 08:36:46 +00:00
libdbi treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libdbi-drivers libdbi-drivers: remove build timestamp 2017-12-02 00:58:39 +01:00
libdmapsharing libdmapsharing: update to 3.9.7 2019-05-19 22:32:26 -04:00
libdnet treewide: remove obsolete references to avr32 2018-09-28 12:03:20 +08:00
libdouble-conversion libdouble-conversion: Switch to CP instead of INSTALL_DATA 2019-06-07 14:33:27 -07:00
libdrm libdrm: update and put me as a maintainer 2019-04-14 22:28:01 +03:00
libedit libedit: update to 20181209-3.1 2018-12-17 09:36:14 +01:00
libesmtp libesmtp: Fix compile with OpenSSL 1.1.0 2018-07-31 20:31:11 -07:00
libestr libestr: Update to 0.1.11 2018-11-16 12:15:44 -08:00
libev libev: update to 4.25 2019-01-03 18:30:16 +08:00
libevdev libevdev: bump to 1.6.0 2018-11-11 18:54:14 +01:00
libevhtp libevhtp: Remove random hacks 2019-06-02 11:49:20 -07:00
libexif treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libextractor libextractor: Add missing header 2019-07-07 09:44:16 +02:00
libfastjson libfastjson: Update to 0.99.8 + switch to tarball 2018-08-18 14:01:36 -07:00
libffi treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libfizz libfizz: Update to 2019.06.10.00 2019-06-20 09:45:53 -07:00
libfmt libfmt: bump to version 5.3.0 2018-12-29 14:29:57 +01:00
libfolly libfolly: Fix compilation for older ARM platforms 2019-06-20 09:46:53 -07:00
libfstrm treewide: avoid deref symlinks when installing .so 2019-06-21 02:05:08 +00:00
libftdi libftdi: Fix compilation with most recent CMake 2019-05-15 17:27:02 -07:00
libftdi1 libftdi1: Fix compilation with most recent CMake 2019-05-15 17:28:33 -07:00
libgabe libgabe: update to shared library version 2019-03-06 22:28:47 +01:00
libgcrypt libgcrypt: Аdd PKG_CPE_ID for proper CVE tracking 2018-11-26 09:43:15 -08:00
libgd libs/libgd: Update to 2.2.5 2017-12-04 19:32:29 +01:00
libgee libgee: copy vapi files to versioned vala dir 2018-12-13 15:40:33 -02:00
libgflags gflags: Use CP instead of INSTALL_DATA 2019-06-07 14:31:19 -07:00
libglog treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES 2019-04-30 14:52:57 -07:00
libgpg-error libgpg-error: Fix compilation with GAWK 5.0 2019-09-06 16:24:42 -07:00
libgphoto2 libgphoto2: update package 2.5.22 2019-01-02 14:58:02 +01:00
libgpiod libgpiod: update to 1.3 2019-04-15 21:43:56 +02:00
libhttp-parser libhttp-parser: update to 2.9.2 2019-04-17 09:06:07 +09:00
libical libical: update to version 3.0.4 2018-10-08 12:21:18 +02:00
libid3tag treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libidn libidn: drop maintainer 2018-11-18 17:31:26 +00:00
libidn2 libidn2: drop maintainer 2018-11-18 17:31:59 +00:00
libiio libiio: Update to 0.16 2018-12-17 13:54:19 -08:00
libimobiledevice libimobiledevice: Update to latest git 2019-05-05 11:39:05 -07:00
libinput libinput: Add missing header to fix compilation 2019-02-12 12:36:07 -08:00
libjpeg libjpeg: Install pkg-config metadata file in Build/InstallDev 2019-05-02 15:40:54 +08:00
liblo liblo: Update to 0.30 and remove maintainer 2019-06-03 20:07:08 -07:00
liblz4 liblz4: Update to 1.9.1 and switch to codeload 2019-06-20 09:45:16 -07:00
libmad libmad: Some patch renaming for consistency 2019-01-28 15:18:45 -08:00
libmaxminddb libmaxminddb: add new package (dependency for measurement-kit) 2019-01-23 12:43:05 +01:00
libmcrypt treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libmicrohttpd libmicrohttpd: Prevent Recursive Dependency 2019-04-21 08:39:30 +01:00
libmms libmms: Remove glib-2 from pkgconfig (un-needed) 2017-08-29 14:42:21 -04:00
libmodbus libmodbus: backport RS485 fixes 2019-04-11 15:17:52 +02:00
libmpdclient libs/libmpdclient: Update to 2.16 2018-12-26 23:18:05 +01:00
libmpeg2 treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libmraa libmraa: Fix faulty depends 2019-05-22 17:20:13 -07:00
libmstch libmstch: Switch HOST to HOSTPKG 2019-06-20 09:47:13 -07:00
libnatpmp libnatpmp: Update to 20150609 + change to HTTPS. 2018-02-14 12:29:56 -08:00
libndpi libndpi: update to 2.8.0 2019-05-03 00:47:16 +02:00
libnet-1.2.x libnet: Change PKG_SOURCE_URL to use @SF macro. 2018-07-07 10:29:01 -07:00
libnetconf2 treewide: avoid deref symlinks when installing .so 2019-06-21 02:05:08 +00:00
libnetfilter-acct libnetfilter-acct: Update to 1.0.3 2018-06-10 12:32:07 -07:00
libnopoll libnopoll: Fix compilation without deprecated OpenSSL APIs 2018-12-02 16:11:57 -08:00
libogg libogg: Update to 1.3.3 2018-06-07 16:46:52 -07:00
liboil treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
liboping liboping: Update to 1.10.0 2018-10-22 19:16:54 -07:00
libopusenc libopusenc: required by opus-tools 0.2 2018-11-12 13:02:21 +01:00
libowfat libowfat: Update to 0.32 2018-11-15 19:09:43 -08:00
libp11 libp11: update to version 0.4.10 2019-05-10 23:15:36 +02:00
libpam libpam: Update to 1.3.1 2018-12-30 12:21:04 -08:00
libpbc libpbc: add new package 2018-09-30 17:56:43 +02:00
libpciaccess libpciaccess: add package 2019-04-14 22:16:22 +03:00
libpfring libpfring: Update to 7.4.0 2018-12-26 11:11:02 -08:00
libplist treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libpng libpng: update to version 1.6.37 2019-04-25 16:39:27 +02:00
libpsl libpsl: update to 0.21.0 2019-04-27 23:25:59 -04:00
libradcli libradcli: Update to 1.2.11 2018-11-21 15:09:08 -08:00
libre2 treewide: avoid deref symlinks when installing .so 2019-06-21 02:05:08 +00:00
libredblack libredblack: add package 2017-09-18 11:59:52 +02:00
librsocket-cpp librsocket-cpp: Update to 2019-06-11 2019-06-20 09:46:19 -07:00
libsamplerate libsamplerate: Update to 0.1.9 2018-06-07 16:54:47 -07:00
libsearpc treewide,python: take over maintainership from Gergely Kiss 2019-04-30 08:12:58 -03:00
libseccomp libseccomp: workaround a recursive dependency 2019-05-15 10:42:08 -03:00
libshout libshout: Fix OpenSSL 1.1.0 without deprecated APIs 2018-05-29 18:31:20 -07:00
libsigar libsigar: Add missing header 2019-08-05 12:06:22 -07:00
libsigc++ libsigc++: Fix URL 2019-03-24 13:12:42 -07:00
libsndfile libsndfile: update to 2019-04-21-25824cb9 2019-04-22 12:12:48 +02:00
libsoc treewide: add missing mirror hash 2018-07-09 11:33:55 +08:00
libsodium libsodium: Update to 1.0.18 2019-06-03 20:04:46 -07:00
libsoup libsoup: Disable debug and introspection 2019-01-28 14:09:12 -08:00
libsoxr libsoxr: Build cleanup. 2018-03-07 13:33:59 -05:00
libssh libssh: Fix compilation without deprecated OpenSSL APIs 2019-04-28 16:48:16 -07:00
libssh2 Merge pull request #8524 from ja-pa/libssh2-cpe-id 2019-04-06 18:20:05 +02:00
libstrophe libs/libstrophe: install pkg-config .pc file 2019-04-08 10:24:41 +02:00
libtalloc libtalloc: Remove libbsd dependencies. Add myself as maintainer 2018-08-28 18:21:14 -04:00
libtasn1 libtasn1: Optimize compilation for size 2019-02-09 23:27:17 -08:00
libtheora treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libtins treewide: avoid deref symlinks when installing .so 2019-06-21 02:05:08 +00:00
libtirpc libtirpc: update to 1.1.4 2018-09-03 10:06:54 +02:00
libtorrent libtorrent: Update to 0.13.7 2018-07-22 16:43:03 -07:00
libudev-fbsd libudev-fbsd: update to git source as of 2017-12-16 2019-02-09 18:25:24 +01:00
libuecc libuecc: update URL and PKG_SOURCE_URL 2019-08-21 16:17:33 +02:00
libugpio treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
libuhttpd treewide: avoid deref symlinks when installing .so 2019-06-21 02:05:08 +00:00
libunistring libunistring: update to 0.9.10 2018-05-27 23:19:30 +02:00
libupm libupm: Update to 1.7.1 2018-11-30 13:01:44 -08:00
libupnp libupnp: add large file defines to CFLAGS 2019-02-16 22:19:05 +01:00
libupnpp libs/libupnpp: Update to 0.17.0 2019-01-26 11:14:28 +01:00
liburcu liburcu: Do not build on ARC 2019-05-21 17:28:07 -07:00
libusbmuxd libusbmuxd: Update to latest git 2019-05-05 11:39:06 -07:00
libuv libs: libuv: bump to 1.29.1 2019-06-09 17:12:47 +02:00
libuvc libuvc: Update to 0.0.6 and switch to codeload 2018-09-08 10:33:39 -07:00
libuwsc libuwsc: update to 3.3.1 2019-05-16 16:35:21 +08:00
libv4l v4l-utils: Update to 1.16.5 2019-03-30 01:18:43 -07:00
libvorbis libvorbis: build with LTO on arm 2018-04-11 19:45:06 -07:00
libvorbisidec libvorbisidec: Add pkgconfig to STAGING_DIR 2018-03-06 16:04:26 -05:00
libvpx libvpx: cleanup configure/make vars 2019-04-29 15:05:18 -03:00
libwangle libwangle: Update to 2019.06.10.00 2019-06-20 09:46:05 -07:00
libwebsockets libwebsockets: bump to 3.1.0 2018-12-10 15:33:50 +00:00
libx264 libs/libx264: Update to 20190324 and rework Makefile 2019-05-06 09:05:22 +00:00
libxerces-c libxerces-c: Switch to using -fPIC 2019-05-10 11:40:47 -07:00
libxml2 libxml2: update to 2.9.9 2019-01-03 21:08:46 +01:00
libxslt libxslt: patch security issue and add CPE id 2019-04-23 15:23:19 +02:00
libyaml-cpp libyaml-cpp: copy file matching libs soname 2018-12-07 09:35:13 -02:00
libyang libyang: add patch for lyb bugfix 2019-01-29 11:56:07 +01:00
libyubikey libyubikey: Initial checkin of makefile 2019-03-22 15:34:48 +01:00
libzdb libzdb: remove iconv hack, include nls.mk 2018-07-13 23:12:03 +02:00
lmdb lmdb: update to version 0.9.24 2019-08-29 14:31:42 +02:00
log4cplus log4cplus: Update to 2.0.4 2019-06-05 18:48:17 -07:00
loudmouth loudmouth: Fix compilation with uClibc-ng 2019-05-12 00:43:07 -07:00
lttng-ust lttng-ust: Update to 2.10.3 2019-04-07 17:13:36 -07:00
measurement-kit measurement-kit: Fix compilation with uClibc-ng 2019-09-06 16:35:46 -07:00
mtdev treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
musl-fts treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
mxml mxml: update to 2.12 2018-11-03 21:56:41 +01:00
nacl treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
neon neon: Remove krb5 dependency 2018-12-06 23:25:35 -02:00
newt newt: Update python3-config path 2019-06-11 00:14:28 +08:00
nspr nspr: add nspr libs 2019-04-06 15:12:27 +03:00
nss nss: update to 3.44 2019-05-13 00:14:50 +03:00
oniguruma oniguruma: fix CVE-2019-13224 & CVE-2019-13225 2019-07-17 17:00:57 -03:00
opencv opencv: Fix tarball URL to fix compilation 2019-04-12 17:20:01 -07:00
openldap openldap-server: enable crypt(3) passwords 2019-03-16 13:07:55 -04:00
opus opus: Update to 1.3.1 2019-06-06 22:07:24 -07:00
opusfile opusfile: required by opus-tools 0.2 2018-11-10 10:25:38 +01:00
p11-kit p11-kit: Update to 0.23.15 2019-02-09 22:58:00 -08:00
pcre libs/pcre: Update to 8.43 2019-05-06 08:32:30 +00:00
pcre2 pcre2: Update to 10.32 2018-09-30 18:54:47 -07:00
pixman pixman: bump to version 0.38.4 2019-04-15 02:45:57 +00:00
poco poco: Do not build on ARC 2019-06-20 09:44:41 -07:00
postgresql postgresql: Update to version 11.3 2019-07-07 09:44:59 +02:00
protobuf protobuf: Update to 3.7.1 2019-04-05 16:41:20 -07:00
protobuf-c protobuf-c: bump PKG_RELEASE 2019-04-10 22:00:37 +02:00
psqlodbc psqlodbc: Update to 11.00.0000 2018-12-20 10:30:04 -08:00
pthsem treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
qrencode qrencode: Update to 4.0.2 2018-10-28 10:15:01 -07:00
quasselc quasselc: Fix compilation with uClibc-ng 2019-05-12 00:36:37 -07:00
rxtx treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
sbc sbc: Bump to 1.4 2018-10-23 09:29:25 +02:00
slang2 slang2: Add oniguruma module 2019-05-27 02:45:21 +08:00
speex libs/speex and libs/speexdsp: fix configure params 2017-07-30 17:51:43 +02:00
speexdsp libspeexdsp: update to 1.2.0 2019-06-10 11:32:25 +02:00
sqlite3 sqlite3: fix arm endian issue 2019-05-23 20:16:12 +02:00
tcp_wrappers tcp_wrappers: fix compilation warnings 2019-04-27 19:59:59 +02:00
tdb tdb: Remove libbsd dependency 2018-08-31 16:48:35 -07:00
tiff tiff: Install pkg-config metadata file in Build/InstallDev 2019-05-02 17:03:56 +08:00
tinycdb treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
udns treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
unixodbc unixodbc: save unixodbc_conf.h for host build 2018-12-12 08:53:30 -02:00
uw-imap uw-imap: Fix compilation without deprecated APIs for OpenSSL 2018-11-06 19:13:52 -08:00
vips vips: Add Debian's reproducible build patch 2019-03-07 16:13:38 +01:00
websocketpp websocketpp: Add package (WebSocket++) 2018-10-28 19:57:08 +00:00
xmlrpc-c xmlrpc-c: Update to 1.43.08 2018-10-07 15:06:53 -07:00
xr_usb_serial_common add xr_usb_serial_common driver for USB to RS-485/RS-422 2016-06-24 16:02:25 +02:00
yajl treewide: run "make check FIXUP=1" 2017-08-29 21:41:14 -07:00
yaml yaml: Update to 0.2.2 2019-06-05 13:45:16 -07:00
yubico-pam yubico-pam: Initial checkin of makefile 2019-03-22 15:34:48 +01:00
zmq zeromq: update to version 4.1.7 (security fix) 2019-08-09 22:32:02 +02:00