2 # working patch and options from pnx in #tor
5 --- GNUmakefile.
in.orig
2007-11-15 02:39:01.000000000 +0100
6 +++ GNUmakefile.
in 2007-11-15 02:39:12.000000000 +0100
8 CFLAGS
= @CFLAGS@ @CPPFLAGS@ $
(OTHER_CFLAGS
) $
(SPECIAL_CFLAGS
) -Wall \
9 @STATIC_PCRE_ONLY@
-Ipcre
11 -LDFLAGS = $
(DEBUG_CFLAGS
) $
(SPECIAL_CFLAGS
)
12 +LDFLAGS
= @LDFLAGS@ $
(DEBUG_CFLAGS
) $
(SPECIAL_CFLAGS
)
15 #############################################################################
18 autoheader
&& autoconf
&& CFLAGS
="-O2 -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" LDFLAGS
="-mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" .
/configure
--prefix=/Library
/Privoxy
/ --disable-dynamic-pcrs --sysconfdir=/Library
/Privoxy
/ --mandir=/Library
/Privoxy
/ --disable-dependency-tracking && make