[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3161 - in glibc-package/branches/glibc-branch-etch/debian: . rules.d



Author: aurel32
Date: 2008-10-13 07:08:44 +0000 (Mon, 13 Oct 2008)
New Revision: 3161

Modified:
   glibc-package/branches/glibc-branch-etch/debian/changelog
   glibc-package/branches/glibc-branch-etch/debian/rules.d/build.mk
Log:
  * Backport from unstable: keep ld.so in optimized libraries.  Closes:
    #501433.



Modified: glibc-package/branches/glibc-branch-etch/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/changelog	2008-10-13 07:03:17 UTC (rev 3160)
+++ glibc-package/branches/glibc-branch-etch/debian/changelog	2008-10-13 07:08:44 UTC (rev 3161)
@@ -1,3 +1,10 @@
+glibc (2.3.6.ds1-13etch8) stable; urgency=low
+
+  * Backport from unstable: keep ld.so in optimized libraries.  Closes:
+    #501433.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Mon, 13 Oct 2008 09:05:59 +0200
+
 glibc (2.3.6.ds1-13etch7) stable; urgency=low
 
   * patches/any/cvs-tls-link.diff: fix linker script for libraries using

Modified: glibc-package/branches/glibc-branch-etch/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-branch-etch/debian/rules.d/build.mk	2008-10-13 07:03:17 UTC (rev 3160)
+++ glibc-package/branches/glibc-branch-etch/debian/rules.d/build.mk	2008-10-13 07:08:44 UTC (rev 3161)
@@ -124,11 +124,6 @@
 	  tar zcf $(CURDIR)/debian/locales-all/usr/lib/locales-all/supported.tar.gz -C $(CURDIR)/debian/tmp-libc/usr/lib/locale .; \
 	fi
 
-	# Remove ld.so from optimized libraries
-	if [ $(curpass) != libc ] && [ $(call xx,configure_build) = $(call xx,configure_target) ]; then \
-		rm -f debian/tmp-$(curpass)/$(call xx,slibdir)/ld*.so* ; \
-	fi
-	
 	# /usr/include/nptl and /usr/lib/nptl.  It assumes tmp-libc is already installed.
 	if [ $(curpass) = nptl ]; then \
 	  for file in `find debian/tmp-$(curpass)/usr/include -type f | sed 's/^debian\/tmp-nptl\///'`; do \


Reply to: