databases/sqlite-ext-miscfuncs: Remove USE_LDCONFIG
SQLite extensions are loaded with the full path to the shared library.
This commit is contained in:
parent
d9e0cf8a69
commit
ac2decb858
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472113
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sqlite-ext-miscfuncs
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
||||
LOCAL/glarkin
|
||||
|
@ -20,7 +20,6 @@ NO_WRKSUBDIR= yes
|
|||
SRCFILE= extension-functions-${PORTVERSION}.c
|
||||
LIBFILE= libsqlitemiscfuncs.so
|
||||
INST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR}
|
||||
USE_LDCONFIG= ${INST_DIR}
|
||||
|
||||
SUB_FILES= ${PORTDOCS}
|
||||
SUB_LIST+= LIBFILE=${LIBFILE}
|
||||
|
|
Loading…
Reference in a new issue