Michael Schloh wrote:
> On Fri, Nov 05, 2004, Thomas MOSCHNY wrote:
> Yes, you are right. Thanks for reporting this problem. It should be fixed
> in ftp://ftp.openpkg.org/current/SRC/kerberos-1.3.5-20041105.src.rpm.
> Speak up if this doesn't solve the problems with subversion, but I think
> it should be fine now.
Well, no. krb5-config looks fine now, but subversion's configure unfortunately
doesn't pass --with-ssl to neon's configure.
There are three ways to solve this: (1) patch subversion's configure, (2) call
neon's configure from the specfile and use --disable-subdir-config or (3) use
an external neon (e.g. from PLUS) and add --with-neon=%{l_prefix}. While the
first would imho be the preferred one, the last one was the easiest for me
and worked.
Then, there were two more problems with subversion: Firstly, many undefined
references to `libintl_dgettext', this can be solved by --disable-nls. And
secondly, mod_dav_svn.so can hardly be built as a statically linked shared
object, so I had to add --without-axps. Now subversion builds and works.
Regards,
Thomas
--- subversion.spec.orig 2004-10-11 20:49:20.000000000 +0200
+++ subversion.spec 2004-11-08 15:47:41.000000000 +0100
@@ -54,7 +54,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 2.2.0, diffutils, make
+BuildPreReq: OpenPKG, openpkg >= 2.2.0, diffutils, make, neon
PreReq: OpenPKG, openpkg >= 2.2.0, diffutils
BuildPreReq: libxml, db, openssl, zlib
PreReq: libxml, db, openssl, zlib
@@ -105,4 +105,7 @@
--with-ssl \
--with-zlib \
--enable-static \
- --disable-shared
+ --disable-shared \
+ --with-neon=%{l_prefix} \
+ --disable-nls \
+ --without-apxs
# build package
%{l_make} %{l_mflags}