From 8c592c22d438d5cab513273a6abeb00b3fdec6c8 Mon Sep 17 00:00:00 2001 From: Markham Date: Mon, 18 Apr 2016 20:58:07 +0200 Subject: [PATCH] fix build neutrino-hd with newer freetype --- make/neutrino.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/neutrino.mk b/make/neutrino.mk index 5986dc4..ec43c13 100755 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -38,7 +38,7 @@ N_CPPFLAGS += -Werror -Wsign-compare # the original build script links against openssl. # N_LDFLAGS = -L$(TARGETPREFIX)/lib -lcurl -lssl -lcrypto -ldl # the original build script links against openssl, but it is not needed at all. -N_LDFLAGS = -L$(TARGETPREFIX)/lib -lcurl -liconv -ldl +N_LDFLAGS = -L$(TARGETPREFIX)/lib -lcurl -liconv -ldl -lz N_LDFLAGS += -Wl,-rpath-link,$(TARGETLIB) # finally we can build outside of the source directory -- 2.39.5