X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=sound%2Fmt-daapd%2FMakefile;fp=sound%2Fmt-daapd%2FMakefile;h=23ad6f313bda038002b9140d02c88934ff8178a7;hb=00c32b752cd1a9d45f396556aeff573430abd41d;hp=c6be213846230fae12934fcdad5b04aa2f1a936b;hpb=d7767671ef8ff0f72acb8201ade0df40179a5cfe;p=packages.git diff --git a/sound/mt-daapd/Makefile b/sound/mt-daapd/Makefile index c6be21384..23ad6f313 100644 --- a/sound/mt-daapd/Makefile +++ b/sound/mt-daapd/Makefile @@ -37,16 +37,18 @@ define Package/mt-daapd/conffiles endef define Build/Configure -$(call Build/Configure/Default,--enable-shared \ - --disable-static \ - --enable-mdns \ - --enable-howl \ - --with-id3tag="$(STAGING_DIR)/usr" \ - --with-gdbm-includes="$(STAGING_DIR)/usr/include" \ - --with-gdbm-libs="$(STAGING_DIR)/usr/lib" \ - --with-howl-includes="$(STAGING_DIR)/usr/include/howl" \ - --with-howl-libs="$(STAGING_DIR)/usr/lib" \ - --without-static-libs,ac_cv_func_setpgrp_void=yes) + $(call Build/Configure/Default, \ + --enable-shared \ + --disable-static \ + --enable-mdns \ + --enable-howl \ + --with-id3tag="$(STAGING_DIR)/usr" \ + --with-gdbm-includes="$(STAGING_DIR)/usr/include" \ + --with-gdbm-libs="$(STAGING_DIR)/usr/lib" \ + --with-howl-includes="$(STAGING_DIR)/usr/include/howl" \ + --with-howl-libs="$(STAGING_DIR)/usr/lib" \ + --without-static-libs \ + ) endef define Build/Compile