]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
README: on OSX, /etc is a symlink to /private/etc.
authorVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 16:04:58 +0000 (18:04 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 16:04:58 +0000 (18:04 +0200)
README.md

index 7982962c23e721767b42394a9078c8c274d1c567..cfc873aba02e45c2e196351bce2464816f641ffa 100644 (file)
--- 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"