diff options
author | jbj <devnull@localhost> | 2002-06-21 18:00:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-21 18:00:50 +0000 |
commit | 2933d0ec0cca4b2dadb1c3e8427b49b8ae262272 (patch) | |
tree | bb2c755957b5ec4ffbe3904f9958f006c3d6307a /Makefile.am | |
parent | a6827b5a8043f87b59ade4fd02ae256a3937b9f1 (diff) | |
download | librpm-tizen-2933d0ec0cca4b2dadb1c3e8427b49b8ae262272.tar.gz librpm-tizen-2933d0ec0cca4b2dadb1c3e8427b49b8ae262272.tar.bz2 librpm-tizen-2933d0ec0cca4b2dadb1c3e8427b49b8ae262272.zip |
- fix: reading macro files can corrupt memory if BUFSIZ is teensy.
- fix: assertion failure iff incomplete package install (#66837).
CVS patchset: 5519
CVS date: 2002/06/21 18:00:50
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 42517ba53..e3940b723 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,7 +110,6 @@ lclint: `make -s sources -C rpmdb` \ `make -s sources -C rpmio` \ `make -s sources -C beecrypt` \ - `make -s sources -C libelf` \ `make -s sources -C popt` CVSTAG = r$(subst .,-,$(VERSION)) |