Subject: CVS commit: pkgsrc/misc/rpm
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/13/2006 14:43:21
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.