r1297 - in glibc-package/trunk/debian: . sysdeps
Author: aurel32
Date: 2006-03-18 12:08:37 +0000 (Sat, 18 Mar 2006)
New Revision: 1297
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
Log:
* debian/sysdeps/kfreebsd-amd64.mk:
- s/libc6/libc0.1/g
- Change rtlddir from /lib64 to /lib
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2006-03-18 09:11:02 UTC (rev 1296)
+++ glibc-package/trunk/debian/changelog 2006-03-18 12:08:37 UTC (rev 1297)
@@ -16,6 +16,9 @@
* Add getcwd_ia64.diff (Remove the assertion so that the behaviour is the
same on all platforms, including ia64). This is a temporary fix to bug
#355109, until the upstream takes a decision.
+ * debian/sysdeps/kfreebsd-amd64.mk:
+ - s/libc6/libc0.1/g
+ - Change rtlddir from /lib64 to /lib
[ Denis Barbier ]
* locales.config: If $DEBCONF_IS_A_REGISTRY is set to a non-empty value,
Modified: glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk 2006-03-18 09:11:02 UTC (rev 1296)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd-amd64.mk 2006-03-18 12:08:37 UTC (rev 1297)
@@ -1,9 +1,9 @@
libc_slibdir = /lib
libc_libdir = /usr/lib
-libc_rtlddir = /lib64
+libc_rtlddir = /lib
# /lib64 and /usr/lib64 are provided by glibc instead base-files: #259302.
-define libc6_extra_pkg_install
+define libc0.1_extra_pkg_install
ln -sf /lib debian/$(curpass)/lib64
ln -sf lib debian/$(curpass)/usr/lib64
endef
Reply to: