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

r1250 - in glibc-package/trunk/debian: . sysdeps



Author: aurel32
Date: 2006-02-28 14:26:58 +0000 (Tue, 28 Feb 2006)
New Revision: 1250

Added:
   glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
Modified:
   glibc-package/trunk/debian/changelog
Log:
 * Add sysdeps/kfreebsd-amd64.mk



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-28 11:24:02 UTC (rev 1249)
+++ glibc-package/trunk/debian/changelog	2006-02-28 14:26:58 UTC (rev 1250)
@@ -12,6 +12,7 @@
     for the main pass. Otherwise alternate libraries would conflict with the
     main one when using multiarch.
   * Fix the build-dependencies for kfreebsd-amd64.
+  * Add sysdeps/kfreebsd-amd64.mk
 
   [ Clint Adams ]
   * Get rid of -o as a binary operator to [ in tzconfig and postinst.

Added: glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk	2006-02-28 11:24:02 UTC (rev 1249)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk	2006-02-28 14:26:58 UTC (rev 1250)
@@ -0,0 +1,10 @@
+libc_slibdir = /lib
+libc_libdir = /usr/lib
+libc_rtlddir = /lib64
+
+# /lib64 and /usr/lib64 are provided by glibc instead base-files: #259302.
+define libc6_extra_pkg_install
+ln -sf /lib debian/$(curpass)/lib64
+ln -sf lib debian/$(curpass)/usr/lib64
+endef
+



Reply to: