Add fix-nss-include.diff, fix nss include path.

This commit is contained in:
Timo Aaltonen 2012-06-29 22:02:12 +03:00
parent b0e7959702
commit 4fba2c0b60
3 changed files with 19 additions and 0 deletions

1
debian/changelog vendored
View File

@ -28,5 +28,6 @@ freeipa (2.2.0-1) UNRELEASED; urgency=low
* control: Update the maintainer address and repo location.
* control: Fix package descriptions.
* control: Add python-krbv to client depends.
* Add fix-nss-include.diff, fix nss include path.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 01 Nov 2011 10:52:25 -0400

17
debian/patches/fix-nss-include.diff vendored Normal file
View File

@ -0,0 +1,17 @@
--- a/util/ipa_pwd.c
+++ b/util/ipa_pwd.c
@@ -25,10 +25,10 @@
#include <stdio.h>
#include <time.h>
#include <ctype.h>
-#include <nss3/nss.h>
-#include <nss3/nssb64.h>
-#include <nss3/hasht.h>
-#include <nss3/pk11pub.h>
+#include <nss/nss.h>
+#include <nss/nssb64.h>
+#include <nss/hasht.h>
+#include <nss/pk11pub.h>
#include <errno.h>
#include "ipa_pwd.h"

View File

@ -3,3 +3,4 @@ add_debian.py.patch
no-testcert.patch
prefix.patch
fix-string-format.diff
fix-nss-include.diff