From fc174193864b69be20e3213a910253703e587607 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 7 Jul 2006 20:02:44 +0000 Subject: [PATCH] - use the system libtool to consistently link libhesiod.la with libresolv --- hesiod.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hesiod.spec b/hesiod.spec index 2f799a4..415b6b9 100644 --- a/hesiod.spec +++ b/hesiod.spec @@ -1,6 +1,6 @@ Name: hesiod Version: 3.1.0 -Release: 6 +Release: 7 Source: ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/hesiod-%{version}.tar.gz Patch0: hesiod-3.1.0-classes.patch Patch1: hesiod-3.0.2-env.patch @@ -34,6 +34,9 @@ ensure synchronize the files among multiple hosts. This package contains the header files and libraries required for building programs which use Hesiod. %changelog +* Fri Jul 7 2006 Nalin Dahyabhai - 3.1.0-7 +- use the system libtool to consistently link libhesiod.la with libresolv + * Fri Jul 7 2006 Nalin Dahyabhai - 3.1.0-6 - run autoreconf instead of autoconf after untarring so that we get a config.h.in which suits the changes we make to configure.in (part of #197938) @@ -179,7 +182,7 @@ autoreconf %build %configure -make +make LIBTOOL=%{_libtool} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT