From 82fcdf156dd27297fe20798d4068e4531cfeefdb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 13 Jul 2013 18:04:58 +0200 Subject: [PATCH] README: on OSX, /etc is a symlink to /private/etc. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7982962c..cfc873ab 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ simpler alternatives: directory): mkdir build && cd build - ../configure --prefix=/usr --sysconfdir=/etc --with-embedded-libevent + ../configure --prefix=/usr --sysconfdir=/private/etc --with-embedded-libevent make -C osx pkg ARCHS="i386 x86_64" If you want to compile for an older version of Mac OS X, you need @@ -88,7 +88,7 @@ simpler alternatives: SDK=/Developer/SDKs/MacOSX10.6.sdk mkdir build && cd build - ../configure --prefix=/usr --sysconfdir=/etc --with-embedded-libevent \ + ../configure --prefix=/usr --sysconfdir=/private/etc --with-embedded-libevent \ CFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK" \ LDFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK" make -C osx pkg ARCHS="i386 x86_64" -- 2.39.5