1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Revert stripping the shlib. Stubs need symbols.

Hinted by:	antoine
This commit is contained in:
Pietro Cerutti 2014-08-08 14:06:13 +00:00
parent ff2f0dbfff
commit 870f942062
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364361

View File

@ -22,15 +22,6 @@
# Package search path.
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
@@ -152,7 +154,7 @@
# distribution, which is slower but guaranteed to work.
INSTALL_STRIP_PROGRAM = -s
-INSTALL_STRIP_LIBRARY = -S -x
+INSTALL_STRIP_LIBRARY = -s
INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c
INSTALL_PROGRAM = ${INSTALL}
@@ -611,9 +613,9 @@
# Start of rules
#--------------------------------------------------------------------------