Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <adam.hamsik@chillisys.com>2012-01-28 17:01:28 +0400
committerAdam Hamsik <adam.hamsik@chillisys.com>2012-01-28 17:01:28 +0400
commit2250ef66a8a231da603ba60d8e61ddadcf8d863e (patch)
tree673f9904bdfdf8e5a63b76d455689e886e04cd93 /configure
parente991cabb944e24f3073e40b7c5bec87af649f90d (diff)
Make proxychains working on Mac OS X, build universal binaries to make older
versions of Mac OS X working. Make both proxychains shell script and proxychains program working. Tested on my 10.7.3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6ce9341..35d2148 100755
--- a/configure
+++ b/configure
@@ -60,7 +60,7 @@ echo libdir=$libdir>>config.mak
echo includedir=$includedir>>config.mak
if ismac ; then
echo LDSO_SUFFIX=dylib>>config.mak
- echo MAC_CFLAGS+=-DIS_MAC=1>>config.mak
+ echo MAC_CFLAGS+=-DIS_MAC=1 -arch x86_64 -arch i386 >>config.mak
echo LD_SET_SONAME=-Wl,-install_name,>>config.mak
echo INSTALL_FLAGS=-m>>config.mak
fi