From cee756478e65a985a7c60c9b457748de69693007 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 22 Oct 2018 18:21:23 +0000 Subject: Fix error-message on MacOS: the __LINKEDIT segment does not cover the end of the file. Reason: We appended a zip-file to the end of the library, so during install "strip" doesn't work any more --- unix/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index 487ae61..b2ea458 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -858,8 +858,7 @@ install: $(INSTALL_TARGETS) install-strip: $(MAKE) $(INSTALL_TARGETS) \ - INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" \ - INSTALL_LIBRARY="$(INSTALL_LIBRARY) ${INSTALL_STRIP_LIBRARY}" + INSTALL_PROGRAM="$(INSTALL_PROGRAM) ${INSTALL_STRIP_PROGRAM}" install-binaries: binaries @for i in "$(LIB_INSTALL_DIR)" "$(BIN_INSTALL_DIR)" \ -- cgit v0.12