summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-06 22:49:57 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-06 22:49:57 +0000
commitc21c8f9d2c29f3303b3e4ac3bc984bf90975ce22 (patch)
treec793b21b19bdf435531b6907abf4a64d00a5be0a /utils
parent309181bc64d5b9feb08690b795c4d4c01da140f6 (diff)
downloadanaconda-c21c8f9d2c29f3303b3e4ac3bc984bf90975ce22.tar.gz
anaconda-c21c8f9d2c29f3303b3e4ac3bc984bf90975ce22.tar.xz
anaconda-c21c8f9d2c29f3303b3e4ac3bc984bf90975ce22.zip
we need to use -lpthread now to. thanks you very much nptl rpm
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index b1b6ceca0..87ad54e4e 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -43,7 +43,7 @@ md5.o: md5.c md5.h
genhdlist: genhdlist.c hash.c
$(CC) $(LDFLAGS) $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \
- -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf
+ -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread
depends: