summaryrefslogtreecommitdiffstats
path: root/rpmmodule
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-08 18:27:40 +0000
committerMatt Wilson <msw@redhat.com>1999-09-08 18:27:40 +0000
commitbfee0e7611dd99a4c1b7ffa2cd038c943aba5117 (patch)
tree27d84756da7ee78a2c672f88da663bdf34e2be33 /rpmmodule
parentecce42954effad096e4c613b9705ca55f430efb3 (diff)
downloadanaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.gz
anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.tar.xz
anaconda-bfee0e7611dd99a4c1b7ffa2cd038c943aba5117.zip
o patches for jj for moving to kudzu for probing
o don't change the root text for a messagewindow
Diffstat (limited to 'rpmmodule')
-rw-r--r--rpmmodule/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile
index 87cb73c6a..1eac6277e 100644
--- a/rpmmodule/Makefile
+++ b/rpmmodule/Makefile
@@ -10,7 +10,7 @@ CC = gcc
INCLUDES = -I/usr/include/rpm -I/usr/include/python1.5
CFLAGS = -Wall -fPIC -g $(INCLUDES)
-LIBS = -lrpm -lz -ldb1
+LIBS = -lrpm -lbz2 -lz -ldb1
LDFLAGS = -shared -Wl,-soname,$(TARGET) $(LIBS)
# what are we building here?