summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-03-30 05:35:02 +0000
committercls%seawood.org <devnull@localhost>2001-03-30 05:35:02 +0000
commit867d0d1fea5657b36fa49e44a7145d66f6fd24fc (patch)
treeebed8c073581d8e4aea5c28994c13b222ca75cbf
parenta17c672af3277db735e448cafc072827052f5962 (diff)
downloadnspr-hg-867d0d1fea5657b36fa49e44a7145d66f6fd24fc.tar.gz
Add -Dhpux to HP-UX CFLAGS to fix ldap bustage
-rw-r--r--config/HP-UX.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/HP-UX.mk b/config/HP-UX.mk
index 371de60b..b26befc4 100644
--- a/config/HP-UX.mk
+++ b/config/HP-UX.mk
@@ -38,7 +38,7 @@ RANLIB = echo
CPU_ARCH = hppa
-OS_CFLAGS += $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE
+OS_CFLAGS += $(DSO_CFLAGS) -DHPUX -D$(CPU_ARCH) -D_HPUX_SOURCE -Dhpux
#
# The header netdb.h on HP-UX 9 does not declare h_errno.