mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1736 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
93382190e5
commit
396ece99b6
11
debian/rules
vendored
11
debian/rules
vendored
@ -11,22 +11,15 @@ TMP=`pwd`/debian/irssi-text
|
|||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
if grep -q in6_addr /usr/include/netinet/in.h ; then \
|
|
||||||
./configure --prefix=/usr --exec-prefix=/usr --sysconf=/etc \
|
./configure --prefix=/usr --exec-prefix=/usr --sysconf=/etc \
|
||||||
--without-servertest --enable-ipv6 --with-bot --with-proxy \
|
--without-servertest --enable-ipv6 --with-bot --with-proxy \
|
||||||
--enable-perl=yes ; else \
|
--enable-perl=yes --with-perl-lib=vendor
|
||||||
./configure --prefix=/usr --exec-prefix=/usr --sysconf=/etc \
|
|
||||||
--without-servertest --disable-ipv6 --with-bot --with-proxy \
|
|
||||||
--enable-perl=yes ; fi
|
|
||||||
touch configure-stamp
|
touch configure-stamp
|
||||||
|
|
||||||
build: configure-stamp build-stamp
|
build: configure-stamp build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
if test -z "`perl -v|grep '5\.0'`"; then \
|
$(MAKE) CFLAGS="-O2 -g -Wall"
|
||||||
PERL_MM_OPT=INSTALLDIRS=vendor \
|
|
||||||
$(MAKE) CFLAGS="-O2 -g -Wall" PERL_LIB_DIR= ; else \
|
|
||||||
$(MAKE) CFLAGS="-O2 -g -Wall" PERL_LIB_DIR= ; fi
|
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user