diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-01-06 22:49:57 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-01-06 22:49:57 +0000 |
commit | c21c8f9d2c29f3303b3e4ac3bc984bf90975ce22 (patch) | |
tree | c793b21b19bdf435531b6907abf4a64d00a5be0a /utils | |
parent | 309181bc64d5b9feb08690b795c4d4c01da140f6 (diff) | |
download | anaconda-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/Makefile | 2 |
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: |