From: Vincent Bernat Date: Sat, 8 Aug 2015 17:56:16 +0000 (+0200) Subject: README: incorrect instructions for OS X X-Git-Tag: 0.7.17~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db04d99f0bff78ddb4f118a7604facffe5716659;p=thirdparty%2Flldpd.git README: incorrect instructions for OS X A backslash was missing. --- diff --git a/README.md b/README.md index fb713252..b4e4d117 100644 --- 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"