Skip to content
Snippets Groups Projects
Commit 7ce7b444 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix wget build

parent 3853dfd5
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment