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:
parent
ff2f0dbfff
commit
870f942062
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364361
@ -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
|
||||
#--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user