- permit zlib in rpm to be built with make -j (#159404).

CVS patchset: 7882
CVS date: 2005/07/13 11:21:28
This commit is contained in:
jbj 2005-07-13 11:21:28 +00:00
parent 2a16343146
commit ab6ca22fcd
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
- fix: find-debuginfo.sh not handling set[ug]id ELF files (#100963).
- fix: find-debuginfo.sh kernel voo-doo tweaks (#159346).
- fix: initialize variables used in debug msg (#160458).
- permit zlib in rpm to be built with make -j (#159404).
4.4 -> 4.4.1:
- force *.py->*.pyo byte code compilation with brp-python-bytecompile.

View File

@ -20,9 +20,11 @@ noinst_PROGRAMS = example minigzip
example_SOURCES = example.c
example_LDFLAGS = -L. -lz
example_DEPENDENCIES = libz.la
minigzip_SOURCES = minigzip.c
minigzip_LDFLAGS = -L. -lz
minigzip_DEPENDENCIES = libz.la
BUILT_SOURCES = # Doxyfile zlib.lcd