mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 23:35:51 -04:00
From what I can tell, -DNOFIXADE does absolutely nothing under HP/ux
This commit is contained in:
parent
7aeda9d667
commit
9efbe8d761
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:-W l,-E -Ae -DNOFIXADE
|
||||
CFLAGS:-W l,-E -Ae
|
||||
SHARED_LIB:+z
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
AROPT:crs
|
||||
CFLAGS:-DNOFIXADE
|
||||
CFLAGS:
|
||||
SHARED_LIB:-fPIC
|
||||
ALL:
|
||||
SRCH_INC:
|
||||
|
|
|
|||
Loading…
Reference in a new issue