From 23030bc607c62606a25d0189eddcab6766d800bc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 8 Aug 2011 20:12:13 +0000 Subject: Use correct parameter "--enable-transparent-proxy" --- tinyproxy/build/tinyproxy.SlackBuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'tinyproxy') 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 +# 1.7.0-1: 27/may/2006 by Eric Hameleers # * Initial build. Enable transparent proxy support. -# 1.6.3-1: 18/May/2008 by Eric Hameleers +# 1.6.3-1: 18/may/2008 by Eric Hameleers # * 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 +# 1.8.2-1: 26/nov/2010 by Eric Hameleers # * Update. +# 1.8.2-2: 08/aug/2010 by Eric Hameleers +# * 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 \ -- cgit v1.2.3