summaryrefslogtreecommitdiff
path: root/pr/include/md/_hpux.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/md/_hpux.h')
-rw-r--r--pr/include/md/_hpux.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pr/include/md/_hpux.h b/pr/include/md/_hpux.h
index 64729607..55156f49 100644
--- a/pr/include/md/_hpux.h
+++ b/pr/include/md/_hpux.h
@@ -48,7 +48,12 @@
#define _PR_SI_ARCHITECTURE "ia64"
#define PR_DLL_SUFFIX ".so"
#else
-#define _PR_SI_ARCHITECTURE "hppa"
+/*
+ * _PR_SI_ARCHITECTURE must be "hppa1.1" for backward compatibility.
+ * It was changed to "hppa" in NSPR 4.6.2, but was changed back in
+ * NSPR 4.6.4.
+ */
+#define _PR_SI_ARCHITECTURE "hppa1.1"
#define PR_DLL_SUFFIX ".sl"
#endif