From 71bba7c8fdfb849a1edabae822cd5d2181c5c984 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 13 Mar 2006 10:38:20 +0000 Subject: [PATCH] Clifford Wolf: Hotfix for subversion Without that the svn libs are built without the correct dependency information which e.g. breaks the SVN perl module. [2006031012375308233] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7116 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/subversion/subversion.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/base/subversion/subversion.conf b/package/base/subversion/subversion.conf index e52f87e30..44086d82d 100644 --- a/package/base/subversion/subversion.conf +++ b/package/base/subversion/subversion.conf @@ -89,6 +89,9 @@ export PYTHONPATH=\$PYTHONPATH\${PYTHONPATH:+:}/$prefix/lib/svn-python EOF } + # hotfix, without this "perl -e 'use SVN::Core'" (and others?) do not work + export LIBS="-lz -lssl" + hook_add postmake 3 "install_init svnserve $confdir/svnserve.init" hook_add postmake 4 "cp -vrf tools $docdir"