math/slatec: fix installation
Port uses <bsd.lib.mk>, which desires STRIP=${STRIP}, but we have
started to set STRIP=${STRIP_CMD} in MAKE_ENV a while ago.
Override this bogus setting in MAKE_ARGS to fix installation.
MFH: 2026Q2
See also: D55509
This commit is contained in:
@@ -29,6 +29,7 @@ LDADD ?= -lgfortran -lm
|
||||
SRCCONF= /dev/null
|
||||
MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \
|
||||
SRCCONF="${SRCCONF}"
|
||||
MAKE_ARGS+= STRIP=${STRIP}
|
||||
FFLAGS+= -std=legacy
|
||||
|
||||
# ld.bfd supports neither -z relro nor -z norelro on armv7
|
||||
|
||||
Reference in New Issue
Block a user