+Sat Aug 24 14:47:56 CDT 2002 Adam Heath <doogie@debian.org>
+
+ * archtable: Add i386-gnu0.3.
+ * main/Makefile.in, utils/Makefile.in: Fix handling of static compiles,
+ with regard to zlib.
+
Sat Aug 24 14:41:45 CDT 2002 Adam Heath <doogie@debian.org>
* lib/fields.c: Allow spaces between the end of a version, and the
mipseb-linux-gnu mips mips
i386-gnu hurd-i386 undefined
i386-gnu0.2 hurd-i386 undefined
+i386-gnu0.3 hurd-i386 undefined
ia64-linux-gnu ia64 ia64
ia64-unknown-linux ia64 ia64
sh3-linux-gnu sh3 sh3
* Fix segfault when --auto-deconfigure is given. Closes: #157762.
* Allow spaces between the end of a version, and the trailing ')'.
Closes: #154898.
+ * Fixes for HURD: Closes: #156545
+ * Add i386-gnu0.3 to archtable.
+ * Fix handling of static compiles, with regard to zlib.
-- Adam Heath <doogie@debian.org> UNRELEASED
done
dpkg-static: LDFLAGS += -static
+dpkg-static: ZLIB_LIBS = $(ZLIBS_LIBS_ALSO_STATIC)
dpkg dpkg-static: $(OBJECTS) ../lib/libdpkg.a
$(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS) $(NLS_LIBS)
$(CC) $(LDFLAGS) -o $@ $(SSD_OBJECTS) $(LIBS) $(SSD_LIBS)
md5sum-static: LDFLAGS += -static
+md5sum-static: ZLIB_LIBS = $(ZLIBS_LIBS_ALSO_STATIC)
md5sum md5sum-static: $(MD5_OBJECTS) ../lib/libdpkg.a
$(CC) $(LDFLAGS) -o $@ $(MD5_OBJECTS) $(LIBS) $(NLS_LIBS)