elfutils: produce correct libelf.pc file when building with full nls
authorJo-Philipp Wich <jo@mein.io>
Thu, 20 Dec 2018 07:04:46 +0000 (08:04 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 20 Dec 2018 07:13:24 +0000 (08:13 +0100)
commitf2c6e2c3850e016dcae7afa48086b8feabd0af12
tree35db3692129de05a839bda8ec8b613eb35c39e52
parent99ddff0c7f836e05156a0a084b2895ef2607811d
elfutils: produce correct libelf.pc file when building with full nls

When building with full lagnuage support, libelf.so will depend on and
link with libintl.so so we need to change the pkg-config template to
reflect this library dependency.

Also change the Makefile to only pass --disable-nls to configure when
the full nls support is actually disabled in the buildroot config.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/libs/elfutils/Makefile
package/libs/elfutils/patches/003-libint-stub.patch [deleted file]
package/libs/elfutils/patches/003-libintl-compatibility.patch [new file with mode: 0644]