tags 529840 + patch
thanks

On Tue, Aug 18, 2009 at 01:05:18PM -0500, Kumar Appaiah wrote:
> > Hej,
> > it still fails for me. Buildlog attached.
> 
> My bad. Sorry for missing this.
> 
> I'll try to figure out a way to avoid this tonight.

Dear Andreas,

For the time being, instead of regenerating the configure file, I have
just patched it in a very simple way, and have verified that it cures
the FTBFS.

Thanks, and sorry for making you rebuild the package due to an error
on my part. :-)

HTH.

Kumar
diff -Nru --exclude changelog neon26-0.26.4/configure neon26-0.26.4/configure
--- neon26-0.26.4/configure	2009-08-18 13:41:36.000000000 -0500
+++ neon26-0.26.4/configure	2009-08-18 13:41:37.000000000 -0500
@@ -27752,13 +27752,14 @@
 fi
 
 
-   if test "$GNUTLS_CONFIG" = "no"; then
-     { { echo "$as_me:$LINENO: error: could not find libgnutls-config in \$PATH" >&5
-echo "$as_me: error: could not find libgnutls-config in \$PATH" >&2;}
-   { (exit 1); exit 1; }; }
-   fi
+#   if test "$GNUTLS_CONFIG" = "no"; then
+#     { { echo "$as_me:$LINENO: error: could not find libgnutls-config in \$PATH" >&5
+#echo "$as_me: error: could not find libgnutls-config in \$PATH" >&2;}
+#   { (exit 1); exit 1; }; }
+#   fi
 
-   ne_gnutls_ver=`$GNUTLS_CONFIG --version`
+   GNUTLS_CONFIG="pkg-config gnutls"
+   ne_gnutls_ver=`$GNUTLS_CONFIG --modversion`
    case $ne_gnutls_ver in
    1.0.?|1.0.1?|1.0.20|1.0.21)
       { { echo "$as_me:$LINENO: error: GNU TLS version $ne_gnutls_ver is too old -- 1.0.22 or later required" >&5
diff -Nru --exclude changelog neon26-0.26.4/debian/control neon26-0.26.4/debian/control
--- neon26-0.26.4/debian/control	2009-08-18 13:41:36.000000000 -0500
+++ neon26-0.26.4/debian/control	2009-08-18 13:41:37.000000000 -0500
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.hu>
-Build-Depends: debhelper (>= 5.0.0), libxml2-dev, libssl-dev (>= 0.9.8c-1), libgnutls-dev (>= 1.0.22), libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7)
+Build-Depends: debhelper (>= 5.0.0), libxml2-dev, libssl-dev (>= 0.9.8c-1), libgnutls-dev (>= 1.0.22), libkrb5-dev, libz-dev, autotools-dev, binutils (>= 2.14.90.0.7), pkg-config
 Standards-Version: 3.7.2
 
 Package: libneon26

Reply via email to