From 2a2af82b3f7c6adef35af550ac4b3af41ae42305 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Tue, 5 Jun 2018 10:38:17 +0100 Subject: [PATCH] ldns: fix cross compiling on darwin Signed-off-by: Kevin Darbyshire-Bryant --- .../patches/001-fix-cross-compile-on-darwin.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/ldns/patches/001-fix-cross-compile-on-darwin.patch diff --git a/libs/ldns/patches/001-fix-cross-compile-on-darwin.patch b/libs/ldns/patches/001-fix-cross-compile-on-darwin.patch new file mode 100644 index 000000000..ddc2691e8 --- /dev/null +++ b/libs/ldns/patches/001-fix-cross-compile-on-darwin.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -842,7 +842,7 @@ ACX_CHECK_FORMAT_ATTRIBUTE + ACX_CHECK_UNUSED_ATTRIBUTE + + # check OSX deployment target, if needed +-if echo $build_os | grep darwin > /dev/null; then ++if echo $target_os | grep darwin > /dev/null; then + sdk_p=`xcode-select -print-path`; + sdk_v="$( /usr/bin/xcrun --show-sdk-version )"; + case $sdk_v in