mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #2150 from commodo/mdnsresponder-build-fix
mdnsresponder: (fix build) use TARGET_CC as LD
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mDNSResponder
|
PKG_NAME:=mDNSResponder
|
||||||
PKG_VERSION:=567
|
PKG_VERSION:=567
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=mDNSResponder-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=mDNSResponder-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://opensource.apple.com/tarballs/mDNSResponder/
|
PKG_SOURCE_URL:=http://opensource.apple.com/tarballs/mDNSResponder/
|
||||||
@@ -85,6 +85,7 @@ endef
|
|||||||
# I have no idea why -lc is required, but without it, C library symbols are
|
# I have no idea why -lc is required, but without it, C library symbols are
|
||||||
# not found:
|
# not found:
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
LD="$(TARGET_CC)" \
|
||||||
CFLAGS_DEBUG="$(TARGET_CFLAGS)" \
|
CFLAGS_DEBUG="$(TARGET_CFLAGS)" \
|
||||||
LINKOPTS=-lc \
|
LINKOPTS=-lc \
|
||||||
LDCONFIG= \
|
LDCONFIG= \
|
||||||
|
|||||||
Reference in New Issue
Block a user