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

r1653 - in glibc-package: branches/glibc-2.4/debian branches/glibc-2.4/debian/sysdeps trunk/debian trunk/debian/sysdeps



Author: aurel32
Date: 2006-06-13 16:55:06 +0000 (Tue, 13 Jun 2006)
New Revision: 1653

Modified:
   glibc-package/branches/glibc-2.4/debian/changelog
   glibc-package/branches/glibc-2.4/debian/sysdeps/kfreebsd.mk
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/kfreebsd.mk
Log:
  * debian/sysdeps/kfreebsd.mk: also use the nfs/ directory from kernel
    headers.



Modified: glibc-package/branches/glibc-2.4/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.4/debian/changelog	2006-06-11 19:09:10 UTC (rev 1652)
+++ glibc-package/branches/glibc-2.4/debian/changelog	2006-06-13 16:55:06 UTC (rev 1653)
@@ -150,6 +150,8 @@
   * debian/sysdeps/s390.mk: switch s390x to nptl.
   * debian/rules.d/build.mk: use ld.so instead of libc.so to determine if the
     host CPU is able to run the testsuite.
+  * debian/sysdeps/kfreebsd.mk: also use the nfs/ directory from kernel
+    headers.
 
   [ Denis Barbier ]
   * debian/control.in/main: also make locales Conflicts: belocs-locales-bin.

Modified: glibc-package/branches/glibc-2.4/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/branches/glibc-2.4/debian/sysdeps/kfreebsd.mk	2006-06-11 19:09:10 UTC (rev 1652)
+++ glibc-package/branches/glibc-2.4/debian/sysdeps/kfreebsd.mk	2006-06-13 16:55:06 UTC (rev 1653)
@@ -28,6 +28,7 @@
 	ln -s $(KFREEBSD_HEADERS)/net debian/include
 	ln -s $(KFREEBSD_HEADERS)/netatalk debian/include
 	ln -s $(KFREEBSD_HEADERS)/netipx debian/include
+	ln -s $(KFREEBSD_HEADERS)/nfs debian/include
 	ln -s $(KFREEBSD_HEADERS)/osreldate.h debian/include
 	ln -s $(KFREEBSD_HEADERS)/sys debian/include
 	ln -s $(KFREEBSD_HEADERS)/vm debian/include

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-06-11 19:09:10 UTC (rev 1652)
+++ glibc-package/trunk/debian/changelog	2006-06-13 16:55:06 UTC (rev 1653)
@@ -9,6 +9,8 @@
   * debian/sysdeps/s390.mk: switch s390x to nptl.
   * debian/rules.d/build.mk: use ld.so instead of libc.so to determine if the
     host CPU is able to run the testsuite.
+  * debian/sysdeps/kfreebsd.mk: also use the nfs/ directory from kernel
+    headers.
 
   [ Denis Barbier ]
   * debian/main/control.in: also make locales Conflicts: belocs-locales-bin.

Modified: glibc-package/trunk/debian/sysdeps/kfreebsd.mk
===================================================================
--- glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2006-06-11 19:09:10 UTC (rev 1652)
+++ glibc-package/trunk/debian/sysdeps/kfreebsd.mk	2006-06-13 16:55:06 UTC (rev 1653)
@@ -28,6 +28,7 @@
 	ln -s $(KFREEBSD_HEADERS)/net debian/include
 	ln -s $(KFREEBSD_HEADERS)/netatalk debian/include
 	ln -s $(KFREEBSD_HEADERS)/netipx debian/include
+	ln -s $(KFREEBSD_HEADERS)/nfs debian/include
 	ln -s $(KFREEBSD_HEADERS)/osreldate.h debian/include
 	ln -s $(KFREEBSD_HEADERS)/sys debian/include
 	ln -s $(KFREEBSD_HEADERS)/vm debian/include



Reply to: