From 4fcbf29211773e3bbe3e2d14349d770688421f6e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 14 Nov 2015 20:34:34 +0000 Subject: - fix make strip - rc for 2.3.8.3 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99e500a..6292dca 100644 --- a/Makefile +++ b/Makefile @@ -68,8 +68,12 @@ tgz: distclean exec rm -rf /tmp/$$package-$$version strip: $(ALL_LIBS) +ifneq ($(strip $(STATIC_LIBS)),) exec $(STRIP) -x -R .note -R .comment -R .note.GNU-stack $(STATIC_LIBS) +endif +ifneq ($(strip $(SHARED_LIBS)),) exec $(STRIP) -R .note -R .comment -R .note.GNU-stack $(SHARED_LIBS) +endif install: install-data install-sysdeps install-dynlib install-lib install-include install-data: $(ALL_DATA:src/etc/%=$(DESTDIR)$(datadir)/%) -- cgit 1.4.1