diff options
author | David Woodfall <dave@dawoodfall.net> | 2014-05-13 20:59:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-13 20:59:22 +0700 |
commit | a49df6ed9639f1d918609fd1bb910439f04387e1 (patch) | |
tree | 15b5911585ee8a12a4d163d795a5bd51bf795908 /network/elinks/elinks.SlackBuild | |
parent | 88dbd52f6179daa9219e769a6e74f0161aaae4c4 (diff) | |
download | slackbuilds-a49df6ed9639f1d918609fd1bb910439f04387e1.tar.gz |
network/elinks: Added gopher protocol.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/elinks/elinks.SlackBuild')
-rw-r--r-- | network/elinks/elinks.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/elinks/elinks.SlackBuild b/network/elinks/elinks.SlackBuild index 67abfc3833..beec8e67e9 100644 --- a/network/elinks/elinks.SlackBuild +++ b/network/elinks/elinks.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=elinks VERSION=${VERSION:-git20131231} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -72,6 +72,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ @@ -86,9 +87,11 @@ CFLAGS="$SLKCFLAGS" \ --enable-html-highlight \ --enable-finger \ --enable-bittorrent \ + --enable-gopher \ --enable-exmode \ --enable-88-colors \ --enable-256-colors \ + --enable-true-color \ --build=$ARCH-slackware-linux make |