openwrt/package/libs
Leonardo Mörlein b993b68b6c build: introduce $(MKHASH)
Before this commit, it was assumed that mkhash is in the PATH. While
this was fine for the normal build workflow, this led to some issues if

    make TOPDIR="$(pwd)" -C "$pkgdir" compile

was called manually. In most of the cases, I just saw warnings like this:

    make: Entering directory '/home/.../package/gluon-status-page'
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    [...]

While these were only warnings and the package still compiled sucessfully,
I also observed that some package even fail to build because of this.

After applying this commit, the variable $(MKHASH) is introduced. This
variable points to $(STAGING_DIR_HOST)/bin/mkhash, which is always the
correct path.

Signed-off-by: Leonardo Mörlein <me@irrelefant.net>
2021-05-13 15:13:15 +02:00
..
argp-standalone argp-standalone: fix segfault in canon_doc_option 2020-05-03 20:31:30 +03:00
elfutils elfutils: enable building with MIPS16 2021-03-25 22:48:10 -10:00
gettext package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
gettext-full gettext-full: disable nameless locale define 2021-03-14 19:25:32 -10:00
gmp gmp: update to 6.2.1 2021-02-14 19:38:15 +01:00
jansson jansson: Activate link time optimization (LTO) 2020-09-06 20:30:18 +02:00
libaudit libaudit: add host-build required by policycoreutils/host 2020-09-01 14:24:07 +01:00
libbsd libbsd: update to 0.10.0 2020-02-22 16:34:57 +01:00
libcap libcap: bump to 2.48 2021-04-05 18:20:45 +03:00
libevent2 libevent2: update to 2.1.12 2021-02-14 19:38:15 +01:00
libiconv package: replace $(STAGING_DIR)/host with $(STAGING_DIR_HOSTPKG) 2017-01-10 22:15:37 +01:00
libiconv-full libiconv-full: Makefile polishing 2020-11-26 13:09:32 -10:00
libjson-c libjson-c: enable rpath for host builds to fix errors on recent macOS 2020-11-14 14:48:30 +01:00
libmnl treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libnetfilter-conntrack libnetfilter-conntrack: update to 1.0.8 2020-12-15 00:18:12 +01:00
libnfnetlink libnfnetlink: quote $(FPIC) on command line 2021-03-19 13:37:51 -10:00
libnftnl libnftnl: update to 1.1.8 2021-02-14 19:38:15 +01:00
libnl libnl: update to 3.5.0 2019-11-01 21:19:40 +01:00
libnl-tiny libnl-tiny: update to the latest version 2020-11-12 11:26:03 +01:00
libpcap libpcap: update to 1.10.0 2021-03-01 00:34:23 +01:00
libselinux libselinux: update to version 3.2 2021-03-08 21:27:35 +00:00
libsemanage libsemanage: fix pkgconfig paths 2021-04-15 11:54:14 +01:00
libsepol libsepol: update to version 3.2 2021-03-08 21:27:35 +00:00
libtool treewide: revise library packaging 2019-01-24 10:39:30 +01:00
libubox libubox: update to git HEAD 2021-03-02 19:16:04 +00:00
libunwind libunwind: Add MIPS64 dep check 2021-03-01 00:34:23 +01:00
libusb libusb: Fix parsing of descriptors for multi-configuration devices 2021-02-21 10:12:10 -10:00
mbedtls mbedtls: update to 2.16.10 2021-03-16 21:17:02 +01:00
musl-fts musl-fts: import from packages feed 2020-08-13 11:44:05 +01:00
ncurses ncurses: add screen-256color terminfo 2021-03-29 13:47:55 -10:00
nettle nettle: update to 3.6 2020-12-22 18:59:10 +01:00
openssl build: introduce $(MKHASH) 2021-05-13 15:13:15 +02:00
pcre pcre: disable C++ bindings 2021-02-24 00:30:40 +01:00
popt popt: Use modern toolchain logic 2019-02-26 23:20:04 +01:00
readline readline: update to 8.1 2021-02-14 19:38:15 +01:00
sysfsutils treewide: revise library packaging 2019-01-24 10:39:30 +01:00
toolchain toolchain: remove uClibc install stuff 2020-12-22 19:11:50 +01:00
uclibc++ uclibc++: make verbosity affect uClibc++ build 2020-07-08 16:07:05 +02:00
uclient uclient: update to Git version 2021-04-03 2021-04-03 19:06:09 +02:00
ustream-ssl ustream-ssl: update to Git version 2020-12-10 2020-12-14 09:41:39 +01:00
wolfssl wolfssl: bump to v4.7.0-stable 2021-02-23 21:10:56 +01:00
zlib zlib: properly split patches 2021-02-24 14:08:29 +01:00