glibc40/glibc-2.15.nss.patch
Alex Burmashev 1c6852010e fix build
2013-09-10 19:31:46 +04:00

25 lines
702 B
Diff

diff -Nur glibc-2.15-a316c1f.old/configure glibc-2.15-a316c1f/configure
--- glibc-2.15-a316c1f.old/configure 2013-09-10 18:34:15.000000000 +0400
+++ glibc-2.15-a316c1f/configure 2013-09-10 18:36:11.818938892 +0400
@@ -3758,8 +3758,8 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
typedef int PRBool;
-#include <hasht.h>
-#include <nsslowhash.h>
+#include <nss/hasht.h>
+#include <nss/nsslowhash.h>
void f (void) { NSSLOW_Init (); }
int
main ()
@@ -3781,8 +3781,8 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
typedef int PRBool;
-#include <hasht.h>
-#include <nsslowhash.h>
+#include <nss/hasht.h>
+#include <nss/nsslowhash.h>
int
main ()
{