diff options
Diffstat (limited to 'src/template')
-rw-r--r-- | src/template/alpha | 2 | ||||
-rw-r--r-- | src/template/linuxalpha | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/template/alpha b/src/template/alpha index ec287496bc8..3da0dfe93a6 100644 --- a/src/template/alpha +++ b/src/template/alpha @@ -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 -Dalpha +CFLAGS:-DNOFIXADE SHARED_LIB: ALL: SRCH_INC: diff --git a/src/template/linuxalpha b/src/template/linuxalpha index 163e1a6ee48..65415dd3a54 100644 --- a/src/template/linuxalpha +++ b/src/template/linuxalpha @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-O2 -Dalpha -Dlinuxalpha +CFLAGS:-O2 SHARED_LIB:-fpic ALL: SRCH_INC: |