summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 23:38:23 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 23:38:23 +0200
commitc84e1dd58d5411e22f2eb2edd9de8f93d2ef7e84 (patch)
treed6d4fcfed9b1efe475211a862b7d7432e75a7edd
parent0fc5175039c5c405e4015fa2c14f86e8ffb6cf73 (diff)
Second attempt at the howto for -static.
-rw-r--r--Howto.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Howto.mdwn b/Howto.mdwn
index 95bf2cc..0eb23d0 100644
--- a/Howto.mdwn
+++ b/Howto.mdwn
@@ -18,7 +18,7 @@ NOTE: Does not appear to work yet.
Follow the steps above.
But run the following command instead.
- EXTRA_CFLAGS="-static" make
+ CFLAGS="-static "LDFLAGS="-static" make
Please take note that you also need a static version installed of all required libraries.