From 7ce7b444ce3a06e34198e3b890abec0727181611 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 27 Dec 2016 16:59:45 -0700 Subject: [PATCH] Fix wget build --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ee86cc4..df0162a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,9 @@ RUSTCFLAGS=--target $(TARGET).json -C opt-level=2 -C debuginfo=0 RUSTDOC=./rustdoc.sh CARGO=RUSTC="$(RUSTC)" RUSTDOC="$(RUSTDOC)" cargo CARGOFLAGS=--target $(TARGET).json --release -- -export CFLAGS=-fno-stack-protector + +#TODO: Use libssp +export CFLAGS=-fno-stack-protector -U_FORTIFY_SOURCE # Default targets .PHONY: all live iso clean doc ref test update pull qemu bochs drivers schemes binutils coreutils extrautils netutils userutils wireshark FORCE @@ -519,8 +521,8 @@ netutils: \ filesystem/bin/httpd \ filesystem/bin/irc \ filesystem/bin/nc \ - filesystem/bin/ntp - #TODO filesystem/bin/wget + filesystem/bin/ntp \ + filesystem/bin/wget orbutils: \ filesystem/ui/bin/browser \