summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-10-23 22:47:27 -0400
committerMike Gilbert <floppym@gentoo.org>2023-10-23 22:47:27 -0400
commit54591b758f75145958f6152db955ff333feeb215 (patch)
tree3fb8022bb38b7153fc8adaa41bc22690cee21103 /net-dialup
parentnet-dialup/ppp: drop 2.5.0-r2 (diff)
downloadgentoo-54591b758f75145958f6152db955ff333feeb215.tar.gz
gentoo-54591b758f75145958f6152db955ff333feeb215.tar.bz2
gentoo-54591b758f75145958f6152db955ff333feeb215.zip
net-dialup/ppp: enable multilink
Closes: https://bugs.gentoo.org/916196 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/ppp/ppp-2.5.0-r6.ebuild (renamed from net-dialup/ppp/ppp-2.5.0-r5.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-dialup/ppp/ppp-2.5.0-r5.ebuild b/net-dialup/ppp/ppp-2.5.0-r6.ebuild
index a97d33222c22..17550d021c06 100644
--- a/net-dialup/ppp/ppp-2.5.0-r5.ebuild
+++ b/net-dialup/ppp/ppp-2.5.0-r6.ebuild
@@ -89,6 +89,7 @@ src_configure() {
$(use_with activefilter pcap)
$(use_with gtk)
--enable-cbcp
+ --enable-multilink
)
econf "${args[@]}"
}