aboutsummaryrefslogtreecommitdiff
path: root/tools/darwin
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2011-11-08 19:08:03 -0500
committerdavilla <davilla@4pi.com>2011-11-08 19:08:56 -0500
commitb499c47f1306b06ef6977ea49d38ce35d37f3ad8 (patch)
tree83e89298867edd43d3d3e72dcd1fbd578e29d7bc /tools/darwin
parent40ab15b1cb6e6c868d6b5ac2f295807741e902f4 (diff)
[osx/ios] sync libshairport to 40ab15b1cb6e6c868d6b5ac2f295807741e902f4
Diffstat (limited to 'tools/darwin')
-rw-r--r--tools/darwin/depends/libshairport/008-add-missing-libs.patch21
-rw-r--r--tools/darwin/depends/libshairport/Makefile1
2 files changed, 22 insertions, 0 deletions
diff --git a/tools/darwin/depends/libshairport/008-add-missing-libs.patch b/tools/darwin/depends/libshairport/008-add-missing-libs.patch
new file mode 100644
index 0000000000..6efd30222a
--- /dev/null
+++ b/tools/darwin/depends/libshairport/008-add-missing-libs.patch
@@ -0,0 +1,21 @@
+--- configure.in-org 2011-11-08 11:53:42.802419355 -0500
++++ configure.in 2011-11-08 11:55:38.082419413 -0500
+@@ -11,8 +11,9 @@ AC_PROG_LIBTOOL
+
+ # Checks for libraries.
+ #AC_CHECK_LIB([c], [main])
+-#AC_CHECK_LIB([m], [main])
++AC_CHECK_LIB([m], [main])
+ AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
++AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
+ AC_CHECK_LIB([pthread], [main],, AC_MSG_ERROR($missing_library))
+
+ OUTPUT_FILES="Makefile"
+@@ -21,4 +22,4 @@ LIBDIR=$PREFIX
+
+ AC_CONFIG_FILES([${OUTPUT_FILES}])
+ AC_OUTPUT(Makefile src/Makefile)
+-AC_OUTPUT
+\ No newline at end of file
++AC_OUTPUT
+
diff --git a/tools/darwin/depends/libshairport/Makefile b/tools/darwin/depends/libshairport/Makefile
index efe065727f..6bf02f07cc 100644
--- a/tools/darwin/depends/libshairport/Makefile
+++ b/tools/darwin/depends/libshairport/Makefile
@@ -29,6 +29,7 @@ $(SOURCE): $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(SOURCE); patch -p0 < ../005_fix_shutdown.patch
cd $(SOURCE); patch -p0 < ../006_no_printf.patch
cd $(SOURCE); patch -p0 < ../007_fix_syslog_defines.patch
+ cd $(SOURCE); patch -p0 < ../008-add-missing-libs.patch
cd $(SOURCE); autoreconf -vif
cd $(SOURCE); $(CONFIGURE)