From a217056e70d56a4eb666bda599d89ba2a4e0a014 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 27 Feb 2000 23:40:36 +0000 Subject: Permit building w/o libbz2.a. In popt, check for building within the rpm tree before requiring GNU gettext. CVS patchset: 3595 CVS date: 2000/02/27 23:40:36 --- build/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/Makefile.am b/build/Makefile.am index e0ac16bfd..2a0b4c5c6 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -15,7 +15,7 @@ librpmbuild_la_SOURCES = \ parseBuildInstallClean.c parseChangelog.c parseDescription.c \ parseFiles.c parsePreamble.c parsePrep.c parseReqs.c parseScript.c \ parseSpec.c reqprov.c spec.c -librpmbuild_la_LIBADD = -lrpm -lpopt +#librpmbuild_la_LIBADD = -lrpm -lpopt .PHONY: lclint lclint: -- cgit v1.2.3