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

r3119 - in glibc-package/branches/glibc-2.8/debian: . sysdeps



Author: aurel32
Date: 2008-09-04 15:46:33 +0000 (Thu, 04 Sep 2008)
New Revision: 3119

Modified:
   glibc-package/branches/glibc-2.8/debian/changelog
   glibc-package/branches/glibc-2.8/debian/sysdeps/hppa.mk
Log:
  * debian/sysdeps/hppa.mk: use relative symlinks for hppa64 include 
    directories.



Modified: glibc-package/branches/glibc-2.8/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.8/debian/changelog	2008-09-04 08:57:59 UTC (rev 3118)
+++ glibc-package/branches/glibc-2.8/debian/changelog	2008-09-04 15:46:33 UTC (rev 3119)
@@ -117,6 +117,8 @@
   * debian/sysdeps/amd64.mk,kfreebsd-amd64.mk: enable i686 optimizations.
   * debhelper.in/locales-all.prerm, debhelper.in/locales.postinst: remove 
     prepended path.
+  * debian/sysdeps/hppa.mk: use relative symlinks for hppa64 include 
+    directories.
 
   [ Petr Salinger ]
   * add any/local-linuxthreads-ptw.diff. Closes: #494908.

Modified: glibc-package/branches/glibc-2.8/debian/sysdeps/hppa.mk
===================================================================
--- glibc-package/branches/glibc-2.8/debian/sysdeps/hppa.mk	2008-09-04 08:57:59 UTC (rev 3118)
+++ glibc-package/branches/glibc-2.8/debian/sysdeps/hppa.mk	2008-09-04 15:46:33 UTC (rev 3119)
@@ -14,8 +14,8 @@
 define libc6-dev_extra_pkg_install
 mkdir -p debian/$(curpass)/usr
 mkdir -p debian/$(curpass)/usr/hppa64-linux
-ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux/include
+ln -sf ../include debian/$(curpass)/usr/hppa64-linux/include
 mkdir -p debian/$(curpass)/usr/hppa64-linux-gnu
-ln -sf /usr/include debian/$(curpass)/usr/hppa64-linux-gnu/include
+ln -sf ../include debian/$(curpass)/usr/hppa64-linux-gnu/include
 endef
 


Reply to: