(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Tue, 10 Jan 2012 22:41:29 +0000 (17:41 -0500)
committerwww-data <www-data@project-moonshot.org>
Tue, 10 Jan 2012 22:41:29 +0000 (17:41 -0500)
testing/librpcsecgss.patch.mdwn [new file with mode: 0644]

diff --git a/testing/librpcsecgss.patch.mdwn b/testing/librpcsecgss.patch.mdwn
new file mode 100644 (file)
index 0000000..1a66f96
--- /dev/null
@@ -0,0 +1,33 @@
+    --- debian/rules.orig   2012-01-06 15:14:07.000000000 +0100
+    +++ debian/rules        2012-01-06 15:16:06.000000000 +0100
+    @@ -19,7 +19,7 @@
+            dh_testdir
+            # Add here commands to configure the package.
+            cp -f /usr/share/misc/config.sub /usr/share/misc/config.guess .
+    -       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+    +       ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" GSSGLUE_CFLAGS=-I/usr/include GSSGLUE_LIBS=-lgssapi_krb5
+    
+     build: patch build-stamp
+     build-stamp:  config.status
+    --- debian/control.orig 2012-01-06 15:14:17.000000000 +0100
+    +++ debian/control      2012-01-06 15:15:21.000000000 +0100
+    @@ -3,7 +3,7 @@
+     Priority: optional
+     Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
+     Uploaders: Steinar H. Gunderson <sesse@debian.org>
+    -Build-Depends: debhelper (>= 7), quilt, autotools-dev, pkg-config, chrpath, libkrb5-dev, libgssglue-dev   
+    +Build-Depends: debhelper (>= 7), quilt, autotools-dev, pkg-config, chrpath, libkrb5-dev
+     Standards-Version: 3.8.3
+     Homepage: http://www.citi.umich.edu/projects/nfsv4/linux/
+    
+    --- librpcsecgss.pc.in.orig     2012-01-06 16:51:24.000000000 +0100
+    +++ librpcsecgss.pc.in  2012-01-06 16:51:29.000000000 +0100
+    @@ -5,7 +5,6 @@
+    
+     Name: librpcsecgss
+     Description: Library that implements rpcsec_gss interface.
+    -Requires: libgssglue
+     Version: @PACKAGE_VERSION@
+     Libs: -L@libdir@ -lrpcsecgss
+     Cflags: -I@includedir@/rpcsecgss
+