diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-22 12:10:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-22 12:10:00 +0200 |
commit | 5873087ac69094449d3f270ed49ee543f111a92e (patch) | |
tree | c6d084229ff68654faf3305cd1344b1734663fcf | |
parent | 6d29edaa7f8a306f25a6d2b77053eb66aa9329e1 (diff) |
fix build on MacOS X
-rw-r--r-- | package/mt-daapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mt-daapd/Makefile b/package/mt-daapd/Makefile index 3acf1b8fb..4d6d3f1b8 100644 --- a/package/mt-daapd/Makefile +++ b/package/mt-daapd/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --enable-mdns \ --with-gdbm-includes="${STAGING_DIR}/usr/include" \ --with-gdbm-libs="${STAGING_DIR}/usr/lib" \ --without-static-libs +TLDFLAGS+= -pthread post-install: ${INSTALL_DIR} ${IDIR_MT_DAAPD}/etc ${IDIR_MT_DAAPD}/usr/{share,sbin} |