Don't use install-strip, it tries to strip .a files, and fails.
Sponsored by: Absolight
This commit is contained in:
parent
fcb4f292b3
commit
1c1eb8a467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424116
@ -34,7 +34,6 @@ CONFIGURE_ARGS= --localstatedir=${DBDIR} \
|
||||
--with-ossl-root=${OPENSSLBASE} \
|
||||
--with-gdbm-root=${LOCALBASE} \
|
||||
--with-zlib-root=/usr
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
@ -73,6 +72,6 @@ pre-install:
|
||||
@cd ${WRKSRC} && ${MAKE_CMD} dnetter
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/ntop/plugins/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user