pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
torsocks: Do not pass no more needed LIBC_PATH via CONFIGURE_ENV
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Wed Jan 31 13:26:13 2018 +0100
Changeset: ad3ff2c47fd4e67f84bd5ae486673845e47a54dd
Modified Files:
torsocks/Makefile
Removed Files:
torsocks/TODO
Log Message:
torsocks: Do not pass no more needed LIBC_PATH via CONFIGURE_ENV
`configure' scripts completely ignores it and uses LIBC_NAME instead (that
should be properly guessed by itself).
Delete the TODO file, the package probably no need more (at least non-trivial)
adjustments.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad3ff2c47fd4e67f84bd5ae486673845e47a54dd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
torsocks/Makefile | 3 ---
torsocks/TODO | 1 -
2 files changed, 4 deletions(-)
diffs:
diff --git a/torsocks/Makefile b/torsocks/Makefile
index 742696418e..9739cc0e59 100644
--- a/torsocks/Makefile
+++ b/torsocks/Makefile
@@ -19,9 +19,6 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-conf=${PKG_SYSCONFDIR}/torsocks.conf
-# XXX: Is this portable?
-CONFIGURE_ENV+= LIBC_PATH=/lib/libc.so
-
EGDIR= ${PREFIX}/share/examples/torsocks
CONF_FILES= ${EGDIR}/torsocks.conf \
${PKG_SYSCONFDIR}/torsocks.conf
diff --git a/torsocks/TODO b/torsocks/TODO
deleted file mode 100644
index bd2e55b9db..0000000000
--- a/torsocks/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- Is LIBC_PATH usage via CONFIGURE_ARGS correct, needed and portable?
Home |
Main Index |
Thread Index |
Old Index