]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix build neutrino-hd with newer freetype
authorMarkham <markham001@gmx.de>
Mon, 18 Apr 2016 18:58:07 +0000 (20:58 +0200)
committerMarkham <markham001@gmx.de>
Mon, 18 Apr 2016 18:58:07 +0000 (20:58 +0200)
make/neutrino.mk

index 5986dc4d59b0a7a8c905a5b9c57d940ee6cf2f01..ec43c13dc73e9a93350e7cf98ac191c93fc2d2f7 100755 (executable)
@@ -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