summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-10-05 00:57:36 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-10-05 00:57:36 +0200
commit41726823eb6a30299229904b054869922481ff24 (patch)
treea654407b9f1eb569d8eb095f3c807a425d27ade2 /debian/rules
parente4791e0dfe78176457d8999025a8e3c24e358e34 (diff)
downloadscreen-41726823eb6a30299229904b054869922481ff24.tar.gz
More packaging improvements by Brian P Kroth: Enable telnet (Closes: #353090) and localized day/month names
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 72c958a..5955a03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,10 @@ configure-stamp: patch-stamp
--with-pty-group=${TTYGROUP} \
--enable-rxvt_osc \
--with-sys-screenrc=/etc/screenrc \
- --enable-colors256
+ --enable-colors256 \
+ --enable-telnet \
+ --enable-use-locale
+
# Assert the use of fifos instead of sockets
grep -q "define.*NAMEDPIPE.*1" config.h || echo "#define NAMEDPIPE 1" >> config.h
touch $@