mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
some documentation from pnx for building universal binary privoxy
svn:r12807
This commit is contained in:
parent
0a75fd2faa
commit
f50cd72848
18
doc/privoxy-osx-universal-binary.txt
Normal file
18
doc/privoxy-osx-universal-binary.txt
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
# working patch and options from pnx in #tor
|
||||
|
||||
patch -N << "EOF"
|
||||
--- GNUmakefile.in.orig 2007-11-15 02:39:01.000000000 +0100
|
||||
+++ GNUmakefile.in 2007-11-15 02:39:12.000000000 +0100
|
||||
@@ -246,7 +246,7 @@
|
||||
CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
|
||||
@STATIC_PCRE_ONLY@ -Ipcre
|
||||
|
||||
-LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
|
||||
+LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
|
||||
|
||||
|
||||
#############################################################################
|
||||
EOF
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user