Explorar o código

* archtable: Add i386-gnu0.3.
* main/Makefile.in, utils/Makefile.in: Fix handling of static compiles,
with regard to zlib.

Adam Heath %!s(int64=24) %!d(string=hai) anos
pai
achega
2c4812d850
Modificáronse 5 ficheiros con 12 adicións e 0 borrados
  1. 6 0
      ChangeLog
  2. 1 0
      archtable
  3. 3 0
      debian/changelog
  4. 1 0
      main/Makefile.in
  5. 1 0
      utils/Makefile.in

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+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

+ 1 - 0
archtable

@@ -33,6 +33,7 @@ mipsel-linux-gnu	mipsel		mipsel
 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

+ 3 - 0
debian/changelog

@@ -9,6 +9,9 @@ dpkg (1.10.5) unstable; urgency=low
   * 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
 

+ 1 - 0
main/Makefile.in

@@ -61,6 +61,7 @@ install-doc:
 	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)
 

+ 1 - 0
utils/Makefile.in

@@ -75,5 +75,6 @@ start-stop-daemon: $(SSD_OBJECTS) ../lib/libdpkg.a
 	$(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)