1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-15 19:54:02 +02:00

cjdns: build fixes

This commit is contained in:
Alexander Krupenkin 2018-04-13 12:17:51 +03:00
parent 7fc2fbdfc1
commit 4bff0b3c65
No known key found for this signature in database
GPG Key ID: 0D0A7FA67911873E

View File

@ -83,7 +83,7 @@ define Build/Compile
CC="$(TARGET_CC)" \
AR="$(TARGET_AR)" \
RANLIB="$(TARGET_RANLIB)" \
CFLAGS="$(TARGET_CFLAGS)" \
CFLAGS="$(TARGET_CFLAGS) -U_FORTIFY_SOURCE" \
LDFLAGS="$(TARGET_LDFLAGS)" \
SYSTEM="linux" \
TARGET_ARCH="$(CONFIG_ARCH)" \