[Lunar-commits] <moonbase> subversion: fixes problems with neon ...
Duncan Gibson
engelsman at lunar-linux.org
Sun Apr 24 21:30:12 CEST 2011
commit 7a090cb5b012cbe84c3a0d77102883e1a9a9eb64
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Sun Apr 24 21:30:12 2011 +0200
subversion: fixes problems with neon ...
... subversion uses -lcrypt which should be -lgcrypt
LDFLAGS fixes both compilation as well as the neon version check
---
devel/subversion/BUILD | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/devel/subversion/BUILD b/devel/subversion/BUILD
index 36979a1..2cfff6e 100644
--- a/devel/subversion/BUILD
+++ b/devel/subversion/BUILD
@@ -1,5 +1,8 @@
(
+ # fixes problems with neon
+ LDFLAGS+=" -lgcrypt"
+
if in_depends $MODULE sun-jdk; then
. /etc/profile.d/sun-jdk.rc
OPTS+=" --with-jdk=$JAVA_HOME"
@@ -12,7 +15,7 @@
BINDINGS_INSTALL+=" install-javahl"
fi
- OPTS+=" --disable-static --disable-neon-version-check --with-neon=`neon-config --prefix` --with-apr=`which apr-$(installed_version apr | cut -d. -f1)-config` --with-apr-util=`which apu-$(installed_version apr-util | cut -d. -f1)-config`"
+ OPTS+=" --disable-static --with-neon=`neon-config --prefix` --with-apr=`which apr-$(installed_version apr | cut -d. -f1)-config` --with-apr-util=`which apu-$(installed_version apr-util | cut -d. -f1)-config`"
if in_depends $MODULE swig ; then
if module_installed perl; then
More information about the Lunar-commits
mailing list