summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-30 19:35:38 +0000
committerRuben Undheim <ruben.undheim@gmail.com>2018-12-20 09:55:26 +0100
commita1719daef997f56bd3894fa42f8ec3b38c2ebc9a (patch)
tree4ba4b2358589c1420141a88bfedf085f4b9858dc
parent10f5fb5d2daa28728b1ae901c31059fabf92941e (diff)
Make sure LDFLAGS is propagated down
Gbp-Pq: Name 0002-LDFLAGS-propagate-down.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03decdc..ec813cf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ INSTALL?=install
# Seems to be needed as clang doesn't appear to add this by default on
# OSX. Let me know if you know a better way.
-LDFLAGS=-L/usr/local/lib
+LDFLAGS ?= -L/usr/local/lib
LDLIBS=-lsfark -lz