mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #1464 from jow-/c-ares-fortify-source-fix
c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
This commit is contained in:
@@ -22,6 +22,9 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
TARGET_CPPFLAGS += $(filter -D%,$(TARGET_CFLAGS))
|
||||||
|
TARGET_CFLAGS := $(filter-out -D%,$(TARGET_CFLAGS))
|
||||||
|
|
||||||
define Package/libcares
|
define Package/libcares
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
|||||||
Reference in New Issue
Block a user