summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-28 05:42:40 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-28 05:42:40 +0000
commit3a59c7122f5fc5d599b1dba18ecd901523c085c9 (patch)
treec4bfe0c6416300b05fe487a5cd3481bda0b3d66e /isys/Makefile
parentc0e7f0a1221ec59a4d3108acef571a39a97197f7 (diff)
downloadanaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.tar.gz
anaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.tar.xz
anaconda-3a59c7122f5fc5d599b1dba18ecd901523c085c9.zip
oops, didn't mean to commit that
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 99e754b31..b864d7619 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -44,7 +44,7 @@ all: subdirs $(PYMODULES) libisys.a $(DIETLIB)
$(CC) -c $(CFLAGS) -fPIC -o $@ $<
%.do: %.c
- $(DIET) $(CC) -c $(CFLAGS) -DDIET=1 "-Du_char=unsigned char" -o $@ $<
+ $(DIET) $(CC) -c $(CFLAGS) -DGZLIB=1 -DDIET=1 "-Du_char=unsigned char" -o $@ $<
_isys.so: isys.lo $(SOBJECTS)
gcc -shared -g -o $@ isys.lo $(SOBJECTS) $(LOADLIBES)