]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
README: incorrect instructions for OS X
authorVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 17:56:16 +0000 (19:56 +0200)
committerVincent Bernat <vincent@bernat.im>
Sat, 8 Aug 2015 17:56:16 +0000 (19:56 +0200)
A backslash was missing.

README.md

index fb713252aee4d9d623cff6cf36730b7fc2f05731..b4e4d1179781e6c4b8170906feba311bd7bdead3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ simpler alternatives:
         SDK=/Developer/SDKs/MacOSX10.6.sdk
         mkdir build && cd build
         ../configure --prefix=/usr --localstatedir=/var --sysconfdir=/private/etc --with-embedded-libevent \
-           --without-json --without-snmp
+           --without-json --without-snmp \
            CFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK" \
            LDFLAGS="-mmacosx-version-min=10.6 -isysroot $SDK"
         make -C osx pkg ARCHS="i386 x86_64"