Browse Source

New Debian snapshot. The release has ld.so for mips fubared.

David Schleef 23 years ago
parent
commit
5c86ab5bc1
2 changed files with 12 additions and 0 deletions
  1. 10 0
      debian/changelog
  2. 2 0
      debian/rules

+ 10 - 0
debian/changelog

@@ -1,3 +1,13 @@
+uclibc (0.9.10-cvs20020406-1) unstable; urgency=low
+
+  * new upstream snapshot
+    - should fix build on mips
+  * updated shlibs to 0.9.10, since it was broken previously (actually
+    was done in previous upload)
+  * create top-level lib/, for safety
+
+ -- David Schleef <ds@schleef.org>  Sat,  6 Apr 2002 14:34:41 -0800
+
 uclibc (0.9.10-1) unstable; urgency=low
 
   * New upstream release (Closes: #140295)

+ 2 - 0
debian/rules

@@ -86,6 +86,8 @@ endif
 	echo 'DODEBUG = false' >>Config
 	echo 'INCLUDE_THREADS = true' >>Config
 
+	mkdir -p lib
+
 	$(MAKE)
 
 	touch build-stamp