[Glibc-bsd-commits] r1592 - trunk/glibc-2.3-head

Petr Salinger ps-guest at costa.debian.org
Mon Jun 12 20:25:03 UTC 2006


Author: ps-guest
Date: 2006-06-12 20:25:03 +0000 (Mon, 12 Jun 2006)
New Revision: 1592

Modified:
   trunk/glibc-2.3-head/glibc24-packaging.diff
Log:
* another fix to glibc 2.4 debian packaging 



Modified: trunk/glibc-2.3-head/glibc24-packaging.diff
===================================================================
--- trunk/glibc-2.3-head/glibc24-packaging.diff	2006-06-12 14:41:31 UTC (rev 1591)
+++ trunk/glibc-2.3-head/glibc24-packaging.diff	2006-06-12 20:25:03 UTC (rev 1592)
@@ -1,3 +1,6 @@
+
+Note: against 2.3.999.2-6 
+
 --- debian/sysdeps/kfreebsd.mk~	2006-06-12 16:58:52.000000000 +0200
 +++ debian/sysdeps/kfreebsd.mk	2006-06-12 16:58:52.000000000 +0200
 @@ -28,6 +28,7 @@
@@ -8,3 +11,14 @@
  	ln -s $(KFREEBSD_HEADERS)/osreldate.h debian/include
  	ln -s $(KFREEBSD_HEADERS)/sys debian/include
  	ln -s $(KFREEBSD_HEADERS)/vm debian/include
+--- debian/rules.d/build.mk~	2006-06-12 23:21:23.000000000 +0200
++++ debian/rules.d/build.mk	2006-06-12 23:20:43.000000000 +0200
+@@ -84,7 +84,7 @@
+ 	  echo "DEB_BUILD_OPTIONS contains nocheck, skipping tests."; \
+ 	  echo "Tests have been disabled via DEB_BUILD_OPTIONS." > $(log_test) ; \
+ 	elif [ $(call xx,configure_build) != $(call xx,configure_target) ] && \
+-	     ! $(DEB_BUILDDIR)/elf/ld.so >/dev/null 2>&1 ; then \
++	     ! $(DEB_BUILDDIR)/elf/ld.so $(DEB_BUILDDIR)/libc.so >/dev/null 2>&1 ; then \
+ 	  echo "Cross compiling, skipping tests."; \
+ 	  echo "Flavour cross-compiled, tests have been skipped." > $(log_test) ; \
+ 	elif ! $(call kernel_check,$(call xx,MIN_KERNEL_SUPPORTED)); then \




More information about the Glibc-bsd-commits mailing list