diff options
author | Bruce Momjian | 2000-03-16 15:35:34 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-03-16 15:35:34 +0000 |
commit | a7e0ee9a0e94dad5416310263533f4b2fa6d382e (patch) | |
tree | f46ec1423c069ab07b3034adaddec824a0cbb97d | |
parent | 3e4708c45cc0c550cca2f089193b0510b3c448f5 (diff) |
Since it has been confirmed working on the bugs list, please apply the
attached patch.
Andreas Kardos
-rw-r--r-- | src/template/alpha_gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/alpha_gcc b/src/template/alpha_gcc index 3da0dfe93a6..86a2509a9e4 100644 --- a/src/template/alpha_gcc +++ b/src/template/alpha_gcc @@ -5,7 +5,7 @@ AROPT:crs # This is defined here because a bunch of clients include tmp/c.h, # which is where the work is done on HP-UX. It only affects the # backend on Ultrix and OSF/1. -CFLAGS:-DNOFIXADE +CFLAGS:-D__alpha__ -DNOFIXADE SHARED_LIB: ALL: SRCH_INC: |