From: https://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s Date: Tue, 10 Jan 2012 22:41:29 +0000 (-0500) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=a902c8662ae192298780f0248f617b8adf6439ce --- diff --git a/testing/librpcsecgss.patch.mdwn b/testing/librpcsecgss.patch.mdwn new file mode 100644 index 0000000..1a66f96 --- /dev/null +++ b/testing/librpcsecgss.patch.mdwn @@ -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 + Uploaders: Steinar H. Gunderson + -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 +