aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx/README.md
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-10-28 13:38:44 +0100
committerMartin Willi <martin@revosec.ch>2013-10-28 14:51:03 +0100
commit3e40dbb128079d6cb4ba84c4335e6963da52a171 (patch)
tree5544fb5617d827c506c5db9cc20ca9bfb1227a54 /src/frontends/osx/README.md
parent6a3cfbdc0df472f191bdd72b3007dffda883ac12 (diff)
downloadstrongswan-3e40dbb128079d6cb4ba84c4335e6963da52a171.tar.bz2
strongswan-3e40dbb128079d6cb4ba84c4335e6963da52a171.tar.xz
charon-xpc: Don’t build against libvstr anymore
We now have our own printf backend and use it instead of Vstr.
Diffstat (limited to 'src/frontends/osx/README.md')
-rw-r--r--src/frontends/osx/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/frontends/osx/README.md b/src/frontends/osx/README.md
index 767b51bb5..e53575365 100644
--- a/src/frontends/osx/README.md
+++ b/src/frontends/osx/README.md
@@ -22,15 +22,11 @@ the charon-xpc tarball with:
## Building strongSwan ##
-strongSwan on OS X requires the libvstr library. The simplest way to install
-it is using MacPorts. It gets statically linked to charon-xpc, hence it is not
-needed to run the built App.
-
Before building the Xcode project, the strongSwan base tree must be built using
a monolithic and static build. This can be achieved on OS X by using:
- LDFLAGS="-all_load -L/opt/local/lib" \
- CFLAGS="-idirafter /opt/local/include -O2 -Wall -Wno-format -Wno-pointer-sign" \
+ LDFLAGS="-all_load" \
+ CFLAGS="-O2 -Wall -Wno-format -Wno-pointer-sign" \
./configure --enable-monolithic --disable-shared --enable-static \
--disable-defaults \
--enable-openssl --enable-kernel-libipsec --enable-kernel-pfroute \