pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/rpm The rpm configure script doesn't check whethe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1222db328bb
branches:  trunk
changeset: 514506:d1222db328bb
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Jun 13 14:43:21 2006 +0000

description:
The rpm configure script doesn't check whether libintl.so has any
library dependencies, e.g. libiconv.so.  Set BROKEN_GETTEXT_DETECTION=yes
to force LIBS to include -lintl and the right depenendent libraries
to work around this bug.  This is acceptable since every executable
in misc/rpm is linked to -lintl anyway.  This fixes PR pkg/33708.

diffstat:

 misc/rpm/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8b1a4caf6576 -r d1222db328bb misc/rpm/Makefile
--- a/misc/rpm/Makefile Tue Jun 13 14:04:35 2006 +0000
+++ b/misc/rpm/Makefile Tue Jun 13 14:43:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:35 jlam Exp $
+# $NetBSD: Makefile,v 1.60 2006/06/13 14:43:21 jlam Exp $
 
 DISTNAME=      rpm-2.5.4
 PKGREVISION=   5
@@ -38,6 +38,11 @@
        $(RANLIB) ${PREFIX}/lib/librpm.a
 .endif
 
+# The configure script doesn't detect whether libintl.so has any
+# library dependencies.
+#
+BROKEN_GETTEXT_DETECTION=      yes
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index