aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23b9949..d5fc8f7 100644
--- a/Makefile
+++ b/Makefile
@@ -880,7 +880,7 @@ endif
ifeq ($(USE_INTERNAL_ZLIB),1)
BASE_CFLAGS += -DNO_GZIP
else
- LDFLAGS += -lz
+ LIBS += -lz
endif
ifdef DEFAULT_BASEDIR