Subject: PR/33708 CVS commit: pkgsrc/misc/rpm
To: None <mycroft@NetBSD.org, gnats-admin@netbsd.org,>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 06/13/2006 14:45:04
The following reply was made to PR pkg/33708; it has been noted by GNATS.

From: "Johnny C. Lam" <jlam@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33708 CVS commit: pkgsrc/misc/rpm
Date: Tue, 13 Jun 2006 14:43:21 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	jlam
 Date:		Tue Jun 13 14:43:21 UTC 2006
 
 Modified Files:
 	pkgsrc/misc/rpm: Makefile
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.59 -r1.60 pkgsrc/misc/rpm/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.