1
0
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:
Mikhail Teterin 2014-12-10 15:49:56 +00:00
parent c3f4f7709e
commit 8f2eb85add
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374473

View File

@ -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}