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

r5943 - in glibc-package/branches/eglibc-2.19/debian: . sysdeps



Author: adconrad
Date: 2014-02-20 09:14:39 +0000 (Thu, 20 Feb 2014)
New Revision: 5943

Modified:
   glibc-package/branches/eglibc-2.19/debian/changelog
   glibc-package/branches/eglibc-2.19/debian/sysdeps/powerpc.mk
Log:
debian/sysdeps/powerpc.mk: Follow rename of stubs-64.h to stubs-64-v1.h.

Modified: glibc-package/branches/eglibc-2.19/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-19 23:52:06 UTC (rev 5942)
+++ glibc-package/branches/eglibc-2.19/debian/changelog	2014-02-20 09:14:39 UTC (rev 5943)
@@ -32,6 +32,7 @@
   * debian/patches/any/unsubmitted-tst-ftell-locale.diff: Apply the correct
     environment for the tst-ftell-partial-wide.out test to find its locales.
   * debian/*: Remove references to libbsd-compat.a which is no longer built.
+  * debian/sysdeps/powerpc.mk: Follow rename of stubs-64.h to stubs-64-v1.h.
 
  -- Adam Conrad <adconrad@0c3.net>  Sun, 09 Feb 2014 09:46:13 -0700
 

Modified: glibc-package/branches/eglibc-2.19/debian/sysdeps/powerpc.mk
===================================================================
--- glibc-package/branches/eglibc-2.19/debian/sysdeps/powerpc.mk	2014-02-19 23:52:06 UTC (rev 5942)
+++ glibc-package/branches/eglibc-2.19/debian/sysdeps/powerpc.mk	2014-02-20 09:14:39 UTC (rev 5943)
@@ -21,7 +21,7 @@
 ln -s powerpc-linux-gnu/fpu_control.h debian/libc6-dev-ppc64/usr/include/
 
 mkdir -p debian/libc6-dev-ppc64/usr/include/powerpc-linux-gnu/gnu
-cp -a debian/tmp-ppc64/usr/include/gnu/stubs-64.h \
+cp -a debian/tmp-ppc64/usr/include/gnu/stubs-64-v1.h \
         debian/libc6-dev-ppc64/usr/include/powerpc-linux-gnu/gnu
 
 mkdir -p debian/libc6-dev-ppc64/usr/include/sys


Reply to: