From: RISCi_ATOM Date: Thu, 6 Sep 2018 08:50:06 +0000 (-0400) Subject: Fix redundant TARGET_CFLAGS in hnsd Makefile X-Git-Tag: v1.4.5~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1625656e509b116b16e303552e3486801b15cd79;p=librecmc%2Flibrecmc.git Fix redundant TARGET_CFLAGS in hnsd Makefile --- diff --git a/package/network/services/hnsd/Makefile b/package/network/services/hnsd/Makefile index ebc88ae39d..11e10a6da5 100644 --- a/package/network/services/hnsd/Makefile +++ b/package/network/services/hnsd/Makefile @@ -50,7 +50,6 @@ define Build/Compile LDLIBS="$(LDLIBS)" \ LDFLAGS="$(TARGET_LDFLAGS)" CROSS_COMPILE="$(TARGET_CROSS)" \ - EXTRA_CFLAGS="$(TARGET_CFLAGS)" \ ARCH="$(ARCH)" endef