summaryrefslogtreecommitdiffstats
path: root/tinyproxy
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-08 20:12:13 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-08 20:12:13 +0000
commit23030bc607c62606a25d0189eddcab6766d800bc (patch)
treebc33e0ea26fd016716d0a8363fe4fa00b9f68153 /tinyproxy
parentca3241c57815db789d55f567d03df8d31cd3c5f0 (diff)
downloadasb-23030bc607c62606a25d0189eddcab6766d800bc.tar.gz
asb-23030bc607c62606a25d0189eddcab6766d800bc.tar.xz
Use correct parameter "--enable-transparent-proxy"
Diffstat (limited to 'tinyproxy')
-rwxr-xr-xtinyproxy/build/tinyproxy.SlackBuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/tinyproxy/build/tinyproxy.SlackBuild b/tinyproxy/build/tinyproxy.SlackBuild
index 07236c24..f0ce6d01 100755
--- a/tinyproxy/build/tinyproxy.SlackBuild
+++ b/tinyproxy/build/tinyproxy.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2008, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -30,14 +30,16 @@
# URL: http://tinyproxy.sourceforge.net/
# Needs:
# Changelog:
-# 1.7.0-1: 27/mei/2006 by Eric Hameleers <alien@slackware.com>
+# 1.7.0-1: 27/may/2006 by Eric Hameleers <alien@slackware.com>
# * Initial build. Enable transparent proxy support.
-# 1.6.3-1: 18/May/2008 by Eric Hameleers <alien@slackware.com>
+# 1.6.3-1: 18/may/2008 by Eric Hameleers <alien@slackware.com>
# * Reverted to the 1.6.3 'stable' release - that was released
# many months later than 1.7.0. Btw, further development of
# tinyproxy has started again it seems.
-# 1.8.2-1: 26/Nov/2010 by Eric Hameleers <alien@slackware.com>
+# 1.8.2-1: 26/nov/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.8.2-2: 08/aug/2010 by Eric Hameleers <alien@slackware.com>
+# * Use "enable-transparent-proxy" not "enable-transparent".
#
# Run 'sh tinyproxy.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -50,7 +52,7 @@
PRGNAM=tinyproxy
VERSION=${VERSION:-1.8.2}
MAJVER=$(echo $VERSION | cut -d. -f1-2)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -167,7 +169,7 @@ CFLAGS="$SLKCFLAGS" \
--enable-filter \
--enable-upstream \
--enable-reverse \
- --enable-transparent \
+ --enable-transparent-proxy \
--program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \