mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
These two files got reversed somehow... -K PIC is a cc'ism and -fPIC is a
gcc'ism
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
AROPT:crs
|
AROPT:cq
|
||||||
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
|
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
|
||||||
SHARED_LIB:-fPIC
|
SHARED_LIB:-K PIC
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AROPT:cq
|
AROPT:crs
|
||||||
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
|
CFLAGS:-I$(SRCDIR)/backend/port/sparc_solaris
|
||||||
SHARED_LIB:-K PIC
|
SHARED_LIB:-fPIC
|
||||||
ALL:
|
ALL:
|
||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
|
Reference in New Issue
Block a user