mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Added ipv6 use flag
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@665 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+2
-1
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64 ~sparc"
|
||||
IUSE="ssl nomodules debug"
|
||||
IUSE="ssl ipv6 nomodules debug"
|
||||
RESTRICT="nostrip"
|
||||
|
||||
RDEPEND="virtual/libc"
|
||||
@@ -27,6 +27,7 @@ src_compile() {
|
||||
local MY_CONFARGS=""
|
||||
|
||||
use ssl || MY_CONFARGS="${MY_CONFARGS} --disable-openssl"
|
||||
use ipv6 && MY_CONFARGS="${MY_CONFARGS} --enable-ipv6"
|
||||
use nomodules && MY_CONFARGS="${MY_CONFARGS} --disable-modules"
|
||||
use debug && MY_CONFARGS="${MY_CONFARGS} --enable-debug"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user