summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-08 23:38:39 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-08 23:45:48 -0400
commitf845524ca8572e7914a56dc8ef1c0bd95270bc33 (patch)
tree61e568103620abc1a98dc625153c0c70e19edd52
parentnet-dialup/rp-l2tp: EAPI6->8, adjust license (diff)
downloadgentoo-f845524ca8572e7914a56dc8ef1c0bd95270bc33.tar.gz
gentoo-f845524ca8572e7914a56dc8ef1c0bd95270bc33.tar.bz2
gentoo-f845524ca8572e7914a56dc8ef1c0bd95270bc33.zip
net-dialup/rp-l2tp: run eautoreconf for upcoming clang16
tc-export is still needed despite this, not simply due to old autoconf files Closes: https://bugs.gentoo.org/871210 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
index 4f1409b76517..6c4a2cdd3db7 100644
--- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
+++ b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit autotools toolchain-funcs
DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems"
HOMEPAGE="https://sourceforge.net/projects/rp-l2tp/"
@@ -23,6 +23,8 @@ PATCHES=(
src_prepare() {
default
+ eautoreconf #871210
+
tc-export AR CC
}