mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Solaris does not have lorder/tsort.
This commit is contained in:
parent
26a1956f8c
commit
ff4722cf77
2 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
MK_NO_LORDER= true
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $<
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
MK_NO_LORDER= true
|
||||
|
||||
%.so: %.o
|
||||
$(LD) -G -Bdynamic -o $@ $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue