diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-10-05 00:57:36 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-10-05 00:57:36 +0200 |
commit | 41726823eb6a30299229904b054869922481ff24 (patch) | |
tree | a654407b9f1eb569d8eb095f3c807a425d27ade2 /debian/rules | |
parent | e4791e0dfe78176457d8999025a8e3c24e358e34 (diff) | |
download | screen-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-x | debian/rules | 5 |
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 $@ |