From 3e40dbb128079d6cb4ba84c4335e6963da52a171 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 28 Oct 2013 13:38:44 +0100 Subject: =?UTF-8?q?charon-xpc:=20Don=E2=80=99t=20build=20against=20libvstr?= =?UTF-8?q?=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We now have our own printf backend and use it instead of Vstr. --- src/frontends/osx/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/frontends/osx/README.md') 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 \ -- cgit v1.2.3