@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := mDNSResponder
PKG_VERSION := IETF104
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := mDNSResponder-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://opensource.apple.com/tarballs/mDNSResponder/IETF/
@ -122,9 +122,9 @@ endef
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include
$( CP) $( PKG_BUILD_DIR) /mDNSShared /dns_sd.h $( 1) /usr/include/
$( CP) $( PKG_INSTALL_DIR) /usr/include /dns_sd.h $( 1) /usr/include/
$( INSTALL_DIR) $( 1) /usr/lib
$( CP) $( PKG_BUILD_DIR) /mDNSPosix/build/prod/* .so* $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libdns_sd .so* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / m d n s - u t i l s / i n s t a l l
@ -152,8 +152,7 @@ define Package/mdnsd/install
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) ./files/mdnsd.init $( 1) /etc/init.d/mdnsd
$( INSTALL_DIR) $( 1) /usr/lib/
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libdns_sd.so.1 $( 1) /usr/lib/
$( LN) -s libdns_sd.so.1 $( 1) /usr/lib/libdns_sd.so
$( CP) $( PKG_INSTALL_DIR) /usr/lib/libdns_sd.so* $( 1) /usr/lib/
e n d e f
d e f i n e P a c k a g e / m d n s r e s p o n d e r / i n s t a l l