summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-17 04:47:57 +0000
committerMatt Wilson <msw@redhat.com>2000-05-17 04:47:57 +0000
commitcb3e74ab12a01b8270d34d741ef779fa8256ab8d (patch)
treee67a3aaa01f45dc1dcce5e7d844c969170165886 /utils
parenta2f8ecddd72ef987ba807848891e22f46af49c94 (diff)
downloadanaconda-cb3e74ab12a01b8270d34d741ef779fa8256ab8d.tar.gz
anaconda-cb3e74ab12a01b8270d34d741ef779fa8256ab8d.tar.xz
anaconda-cb3e74ab12a01b8270d34d741ef779fa8256ab8d.zip
build all this stuff static
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 3852d54f3..f957d04cc 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -5,7 +5,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH))
LOADLIBES = -L../isys -lisys -lpopt
CFLAGS = -Wall -g -I/usr/include/rpm
-LDFLAGS = -g
+LDFLAGS = -g -static
ifneq ($(ARCH),ia64)
MODDEPS=moddeps
@@ -29,10 +29,9 @@ moddeps: moddeps.o
../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt
genhdlist: genhdlist.c
- $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -static -lz -lpopt -ldb
+ $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -lz -lpopt -ldb
depends:
-
install: all
mkdir -p $(DESTDIR)/usr/bin