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

r3257 - in glibc-package/branches/glibc-2.9/debian: . patches patches/hurd-i386



Author: sthibaul-guest
Date: 2009-01-27 21:25:27 +0000 (Tue, 27 Jan 2009)
New Revision: 3257

Added:
   glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-net-headers.diff
Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/patches/series
Log:
  * hurd-i386/local-net-headers.diff: new patch to install net/*.h headers.


Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2009-01-27 21:23:18 UTC (rev 3256)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2009-01-27 21:25:27 UTC (rev 3257)
@@ -101,6 +101,7 @@
   * hurd-i386/submitted-critical-sections.diff: new patch to fix some missing
     critical sections.
   * hurd-i386/submitted-dup2-fix.diff: new patch to fix dup2 FD locking.
+  * hurd-i386/local-net-headers.diff: new patch to install net/*.h headers.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 25 Jan 2009 11:14:06 +0100
 

Added: glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-net-headers.diff
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-net-headers.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.9/debian/patches/hurd-i386/local-net-headers.diff	2009-01-27 21:25:27 UTC (rev 3257)
@@ -0,0 +1,17 @@
+Index: glibc/sysdeps/mach/hurd/Makefile
+===================================================================
+RCS file: /cvs/glibc/libc/sysdeps/mach/hurd/Makefile,v
+retrieving revision 1.95
+diff -u -p -r1.95 Makefile
+--- glibc/sysdeps/mach/hurd/Makefile	17 Oct 2004 20:00:25 -0000	1.95
++++ glibc/sysdeps/mach/hurd/Makefile	6 Jan 2009 15:15:13 -0000
+@@ -206,4 +206,9 @@ ifeq ($(subdir),sunrpc)
+ sysdep_headers += nfs/nfs.h
+ endif
+ 
++ifeq ($(subdir),socket)
++sysdep_headers += net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h \
++		  net/route.h
++endif
++
+ endif	# in-Makerules

Modified: glibc-package/branches/glibc-2.9/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.9/debian/patches/series	2009-01-27 21:23:18 UTC (rev 3256)
+++ glibc-package/branches/glibc-2.9/debian/patches/series	2009-01-27 21:25:27 UTC (rev 3257)
@@ -90,6 +90,7 @@
 hurd-i386/cvs-report-wait-fix.diff
 hurd-i386/submitted-critical-sections.diff
 hurd-i386/submitted-dup2-fix.diff
+hurd-i386/local-net-headers.diff
 
 i386/local-biarch.diff
 i386/local-clone.diff


Reply to: