mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Remove the USE_LDCONFIG -- the shared library installed by this port is
meant only to be loaded into Tcl at run-time by explicit path (via "package require"). It does not need to be known to rtld. In fact, because the permissions on the directory (lib/tdom0.8.3) allowed group-writing, ldconfig refused to process the directory anyway. Correct the latter problem for great justice.
This commit is contained in:
parent
c3f4f7709e
commit
8f2eb85add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374473
@ -23,8 +23,6 @@ CONFIGURE_SCRIPT= ../configure
|
||||
pre-configure:
|
||||
${RM} -f ${WRKSRC}/../generic/domalloc.?
|
||||
|
||||
USE_LDCONFIG= ${TDOMBASE}
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
DOCS= CHANGES LICENSE README README.AOL
|
||||
@ -43,6 +41,8 @@ CONFIGURE_ARGS+=--enable-threads --disable-tdomalloc \
|
||||
--prefix=${PREFIX} --exec-prefix=${PREFIX}
|
||||
|
||||
post-install:
|
||||
chmod 755 ${STAGEDIR}${TDOMBASE}
|
||||
chmod 644 ${STAGEDIR}${TDOMBASE}/*
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
||||
. for FILE in ${DOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user