From: Vincent Bernat Date: Sat, 13 Jul 2013 16:04:58 +0000 (+0200) Subject: README: on OSX, /etc is a symlink to /private/etc. X-Git-Tag: 0.7.7~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82fcdf156dd27297fe20798d4068e4531cfeefdb;p=thirdparty%2Flldpd.git README: on OSX, /etc is a symlink to /private/etc. --- 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"