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
1 changed files with 1 additions and 1 deletions

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)" \