mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Debian: enable ipv6 by default
This commit is contained in:
parent
1b23c470cb
commit
e6b75600e8
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -42,6 +42,7 @@ configure-stamp:
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
./configure --prefix=/usr $(RETARGET) --bindir=/usr/games \
|
||||||
--without-fbdev \
|
--without-fbdev \
|
||||||
|
--with-ipv6 \
|
||||||
--disable-Werror \
|
--disable-Werror \
|
||||||
--disable-xmms \
|
--disable-xmms \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
|
|
Loading…
Reference in a new issue