mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/sqlite-ext-spellfix: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
This commit is contained in:
parent
571453a0cd
commit
d9e0cf8a69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472112
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= sqlite-ext-spellfix
|
||||
PORTVERSION= 3.8.11.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
|
||||
DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g}
|
||||
|
@ -22,7 +23,6 @@ NO_WRKSUBDIR= yes
|
|||
SRCFILE= ${DISTNAME}/ext/misc/spellfix.c
|
||||
LIBFILE= libspellfix.so
|
||||
INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR}
|
||||
USE_LDCONFIG= ${INST_DIR}
|
||||
|
||||
EXTRACT_AFTER_ARGS= ${SRCFILE}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue