diff options
author | Chris Baker <extremis@exploit.org> | 2008-03-04 06:06:49 +0000 |
---|---|---|
committer | Chris Baker <extremis@exploit.org> | 2008-03-04 06:06:49 +0000 |
commit | 6bdeb3bd3e1a35106c423fac355e741340a28193 (patch) | |
tree | 8762bb737d4a22f4bcaa66ee3359effe2b8129f2 /data/openssl | |
parent | 7ae6db914aa907d00cbd08f933d2d240c13921c8 (diff) |
Initial release of a tool that modifies the wireless MAC address on boot.
The config file is /etc/stealthmac
The script is /usr/bin/smac.sh
git-svn-id: http://svn.telesphoreo.org/trunk@151 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/openssl')
-rw-r--r-- | data/openssl/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/openssl/make.sh b/data/openssl/make.sh index 058691f74..482912fcb 100644 --- a/data/openssl/make.sh +++ b/data/openssl/make.sh @@ -1,7 +1,7 @@ pkg:extract cd * pkg:patch -./Configure darwin-arm-gcc --prefix=/usr --openssldir=/usr/lib/ssl shared +./Configure -D__DARWIN_UNIX03 darwin-arm-gcc --prefix=/usr --openssldir=/usr/lib/ssl shared make AR='arm-apple-darwin-ar -r' make install INSTALL_PREFIX="${PKG_DEST}" pkg: rm -rf /usr/lib/man /usr/lib/ssl/man |