projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d889de
)
net-misc/tinc: use use_enable() to correct USE=upnp
author
Yixun Lan
<dlan@gentoo.org>
Thu, 21 Jul 2016 01:29:32 +0000
(09:29 +0800)
committer
Yixun Lan
<dlan@gentoo.org>
Thu, 21 Jul 2016 01:30:50 +0000
(09:30 +0800)
Gentoo-Bug: 589256
Package-Manager: portage-2.3.0
net-misc/tinc/tinc-1.1_pre14.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/tinc/tinc-1.1_pre14.ebuild
b/net-misc/tinc/tinc-1.1_pre14.ebuild
index 0f2a9aeedce9f7e385a750dbdf68b003c3179f4b..96313dca9b1634ab99371a2ab599e7a98899a38b 100644
(file)
--- a/
net-misc/tinc/tinc-1.1_pre14.ebuild
+++ b/
net-misc/tinc/tinc-1.1_pre14.ebuild
@@
-42,6
+42,7
@@
src_configure() {
econf \
--enable-jumbograms \
--disable-silent-rules \
+ --enable-legacy-protocol \
--disable-tunemu \
--with-systemd=/usr/$(get_libdir)/systemd/system \
$(use_enable lzo) \
@@
-50,8
+51,8
@@
src_configure() {
$(use_enable uml) \
$(use_enable vde) \
$(use_enable zlib) \
- $(use_
with ssl openssl
) \
- $(use_with
upnp miniupnpc
)
+ $(use_
enable upnp miniupnpc
) \
+ $(use_with
ssl openssl
)
#--without-libgcrypt \
}