summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-05-19 21:23:24 +0000
committerMike Fulbright <msf@redhat.com>2003-05-19 21:23:24 +0000
commitc281b397dbd1f10b535ca91f027baa21c274b341 (patch)
treec944a115d1795f74565b2623ff042213cf88b4d6 /utils
parent259dd8ec2fa75438e49c65e63be8303e0efee556 (diff)
downloadanaconda-c281b397dbd1f10b535ca91f027baa21c274b341.tar.gz
anaconda-c281b397dbd1f10b535ca91f027baa21c274b341.tar.xz
anaconda-c281b397dbd1f10b535ca91f027baa21c274b341.zip
work around binutils issue for now
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 87ad54e4e..cdcef8b84 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -42,7 +42,8 @@ md5.o: md5.c md5.h
gcc -c -O -g md5.c
genhdlist: genhdlist.c hash.c
- $(CC) $(LDFLAGS) $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \
+# $(CC) $(LDFLAGS) $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \
+ $(CC) -s $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \
-lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread
depends: