Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cjdns
diff options
context:
space:
mode:
authorAlexander Krupenkin <mail@akru.me>2018-04-13 12:17:51 +0300
committerAlexander Krupenkin <mail@akru.me>2018-04-13 12:17:51 +0300
commit4bff0b3c65c513d70a537394e28efa29136873d2 (patch)
tree0eb6024fe3f21159d98c225499f53a0aa719e8e0 /cjdns
parent7fc2fbdfc1b79953360b8f535c1cb9106b20fe3e (diff)
cjdns: build fixes
Diffstat (limited to 'cjdns')
-rw-r--r--cjdns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cjdns/Makefile b/cjdns/Makefile
index af8803a..6312a3d 100644
--- a/cjdns/Makefile
+++ b/cjdns/Makefile
@@ -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)" \