Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c1117137830f0f14e258bb007a60602fe9c38c8b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c1117137830f0f14e258bb007a60602fe9c38c8b)
  • Date: Sat, 22 Nov 2014 10:35:01 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/unbound/BUILD | 5 +++++
net/unbound/DEPENDS | 3 ++-
net/unbound/HISTORY | 3 ++-
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit c1117137830f0f14e258bb007a60602fe9c38c8b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

unbound: fixed build with nss support

diff --git a/net/unbound/BUILD b/net/unbound/BUILD
index 46fbb38..1275e97 100755
--- a/net/unbound/BUILD
+++ b/net/unbound/BUILD
@@ -1,5 +1,10 @@
create_account unbound &&

+if [[ "$UNBOUND_SSL" == "nss" ]]; then
+ CPPFLAGS="`nss-config --cflags` $CPPFLAGS" &&
+ CPPFLAGS="`nspr-config --cflags` $CPPFLAGS"
+fi &&
+
OPTS="--with-pidfile=$INSTALL_ROOT/var/run/unbound/unbound.pid \
$UNBOUND_OPTS \
$OPTS" &&
diff --git a/net/unbound/DEPENDS b/net/unbound/DEPENDS
index 5ae2cbd..2d48c23 100755
--- a/net/unbound/DEPENDS
+++ b/net/unbound/DEPENDS
@@ -7,7 +7,8 @@ case $UNBOUND_SSL in
;;
libressl) depends libressl '--with-ssl'
;;
- nss) depends nss '--with-nss'
+ nss) depends nss '--with-nss' &&
+ depends nspr
;;
esac &&

diff --git a/net/unbound/HISTORY b/net/unbound/HISTORY
index f7221e0..4aad224 100644
--- a/net/unbound/HISTORY
+++ b/net/unbound/HISTORY
@@ -1,8 +1,9 @@
2014-11-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.5.0; don't do useless doc'ing
* DEPENDS: removed ldns, spell doesn't rely on it anymore; added
- libevent optional dependency; select SSL dependency
+ libevent optional dependency; select SSL dependencies
* CONFIGURE: added missing options; choose between SSL backends
+ * BUILD: corrected nss include dirs

2012-02-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.16



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c1117137830f0f14e258bb007a60602fe9c38c8b), Vlad Glagolev, 11/22/2014

Archive powered by MHonArc 2.6.24.

Top of Page