diff options
author | jbj <devnull@localhost> | 1999-09-07 19:47:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-07 19:47:53 +0000 |
commit | 582808bce3d636bfd8c2a71e0982af6fe91b2fef (patch) | |
tree | c87f5b31c9ebe7d2470d384fe6107ec856874a08 /python | |
parent | f2cfa9e4944becc9f3bf885cffd663ce69d2695e (diff) | |
download | rpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.gz rpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.bz2 rpm-582808bce3d636bfd8c2a71e0982af6fe91b2fef.zip |
link libbz2.a statically to avoid rpm->bzip2 dependence for now.
CVS patchset: 3264
CVS date: 1999/09/07 19:47:53
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 2cd210c24..a966e22ab 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -71,6 +71,7 @@ AS = @AS@ AWK = @AWK@ BUILD_RPMCONVERT = @BUILD_RPMCONVERT@ BZIP2BIN = @BZIP2BIN@ +BZIP2LIB = @BZIP2LIB@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ |