mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
Stop setting INSTALL_TARGET to install-strip.
This causes `make stage' to fail, as noticed by pkg-fallout: libtool: install: strip --strip-debug /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a strip: file format not recognized
This commit is contained in:
parent
6ad7974da1
commit
22776232ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429515
@ -55,7 +55,10 @@ ALL_MODULES_CONFLICTS_BUILD+= apr
|
||||
ALL_MODULES_EXTRA_PATCHES= ${FILESDIR}/extrapatch-modules.conf
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
# install-strip causes `make stage' to fail:
|
||||
# libtool: install: strip --strip-debug /wrkdirs/usr/ports/net/freeswitch/work/stage/usr/local/lib/libfreeswitch.a
|
||||
# strip: file format not recognized
|
||||
# INSTALL_TARGET= install-strip
|
||||
SHEBANG_FILES= scripts/fsxs.in
|
||||
USE_RC_SUBR= freeswitch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user