From: Markham Date: Mon, 18 Apr 2016 18:58:07 +0000 (+0200) Subject: fix build neutrino-hd with newer freetype X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=8c592c22d438d5cab513273a6abeb00b3fdec6c8;p=bs-cst-neutrino-hd.git fix build neutrino-hd with newer freetype --- 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