diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-25 11:36:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-02-25 11:40:53 +0100 |
commit | 2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53 (patch) | |
tree | 58b2113e304e7f820fc36817c28a888242d5abcb /dev-libs/npth | |
parent | x11-plugins/guifications: add myself as a maintainer (diff) | |
download | gentoo-2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53.tar.gz gentoo-2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53.tar.bz2 gentoo-2cbdd9d36f13b1b7892c388edd8f52e6ce6e0c53.zip |
dev-libs/npth: Install npth-config program for older gnupg compatibility
Closes: https://bugs.gentoo.org/925484
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/npth')
-rw-r--r-- | dev-libs/npth/npth-1.7-r1.ebuild (renamed from dev-libs/npth/npth-1.7.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/npth/npth-1.7.ebuild b/dev-libs/npth/npth-1.7-r1.ebuild index 71d952cdae8c..d390d9c7bb59 100644 --- a/dev-libs/npth/npth-1.7.ebuild +++ b/dev-libs/npth/npth-1.7-r1.ebuild @@ -23,7 +23,8 @@ src_prepare() { src_configure() { append-ldflags $(test-flags-CCLD -Wl,--undefined-version) - econf $(use_enable test tests) + econf $(use_enable test tests) \ + --enable-install-npth-config } src_install() { |