[Pkg-lustre-svn-commit] r381 - in /trunk/debian/patches: 00list libsysio.dpatch

pwinnertz-guest at users.alioth.debian.org pwinnertz-guest at users.alioth.debian.org
Wed Oct 31 13:19:30 UTC 2007


Author: pwinnertz-guest
Date: Wed Oct 31 13:19:30 2007
New Revision: 381

URL: http://svn.debian.org/wsvn/pkg-lustre/?sc=1&rev=381
Log:
This patch was missing somehow...

Added:
    trunk/debian/patches/libsysio.dpatch
Modified:
    trunk/debian/patches/00list

Modified: trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/00list?rev=381&op=diff
==============================================================================
--- trunk/debian/patches/00list (original)
+++ trunk/debian/patches/00list Wed Oct 31 13:19:30 2007
@@ -13,6 +13,7 @@
 2.6.21-sysctl.dpatch
 bug13438-fix-mballoc-bogus-BUGON.dpatch
 remove-set_tunables.dpatch
+libsysio.dpatch
 
 # Debian patches
 bash_completion.dpatch

Added: trunk/debian/patches/libsysio.dpatch
URL: http://svn.debian.org/wsvn/pkg-lustre/trunk/debian/patches/libsysio.dpatch?rev=381&op=file
==============================================================================
--- trunk/debian/patches/libsysio.dpatch (added)
+++ trunk/debian/patches/libsysio.dpatch Wed Oct 31 13:19:30 2007
@@ -1,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## libsysio.dpatch by Goswin von Brederlow <brederlo at informatik.uni-tuebingen.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use path relative to $srcdir instead of PWD to allow using a builddir
+
+ at DPATCH@
+--- lustre-1.6.0.1/lustre/liblustre/Makefile.am~	2004-12-20 00:06:24.000000000 +0100
++++ lustre-1.6.0.1/lustre/liblustre/Makefile.am	2007-07-20 12:33:52.000000000 +0200
+@@ -1,7 +1,7 @@
+ ## Liblustre excecutables & libraries Makefile
+ SUBDIRS = . tests
+ 
+-AM_CPPFLAGS = $(HAVE_EFENCE) -I$(SYSIO)/include -D_LARGEFILE64_SOURCE=1 \
++AM_CPPFLAGS = $(HAVE_EFENCE) -I$(top_srcdir)/libsysio/include -D_LARGEFILE64_SOURCE=1 \
+               $(LLCPPFLAGS) -I$(top_srcdir)/lnet/ulnds
+ AM_CFLAGS = $(LLCFLAGS)
+ 
+--- lustre-1.6.0.1/lustre/liblustre/Makefile.in~	2004-12-20 00:06:24.000000000 +0100
++++ lustre-1.6.0.1/lustre/liblustre/Makefile.in	2007-07-20 12:35:54.000000000 +0200
+@@ -269,7 +269,7 @@
+ target_vendor = @target_vendor@
+ SUBDIRS = . tests
+ 
+-AM_CPPFLAGS = $(HAVE_EFENCE) -I$(SYSIO)/include -D_LARGEFILE64_SOURCE=1 \
++AM_CPPFLAGS = $(HAVE_EFENCE) -I$(top_srcdir)/libsysio/include -D_LARGEFILE64_SOURCE=1 \
+               $(LLCPPFLAGS) -I$(top_srcdir)/lnet/ulnds
+ 
+ AM_CFLAGS = $(LLCFLAGS)




More information about the Pkg-lustre-svn-commit mailing list