mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue