diff options
author | jbj <devnull@localhost> | 2000-02-27 23:40:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-02-27 23:40:36 +0000 |
commit | a217056e70d56a4eb666bda599d89ba2a4e0a014 (patch) | |
tree | 1a1578eae41837852321ce24f1f71c5125396d7e /build | |
parent | 2fdcb4810f0edef7fbb11eb60e7c7336982419c6 (diff) | |
download | librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.tar.gz librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.tar.bz2 librpm-tizen-a217056e70d56a4eb666bda599d89ba2a4e0a014.zip |
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
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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: |