mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Fix build when only sqlite2 support is enabled by removing an
unwanted change which slipped in.
This commit is contained in:
parent
1fa94acb37
commit
93d4bedf25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362564
@ -33,6 +33,6 @@ SQLITE3_CONFIGURE_ON= --with-sqlite3=${LOCALBASE}
|
||||
SQLITE3_CONFIGURE_OFF= --with-sqlite3=/tmp
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libsqlite3*${PORTVERSION}.so
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libsqlite*${PORTVERSION}.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user