Skip to content
Snippets Groups Projects
Commit 78d4ca03 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Something changed, that now shows that there is a dependency missing in

Makefile .aix

Please apply to current, to fix shared lib build from single .o files.
Thanks
Andreas
parent 2c7de17b
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ $(POSTGRES_IMP): ...@@ -17,9 +17,9 @@ $(POSTGRES_IMP):
$(MKLDEXPORT) postgres $(bindir) > $@ $(MKLDEXPORT) postgres $(bindir) > $@
$(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS) $(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS)
%$(EXPSUFF): %$(EXPSUFF): %.o
$(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF) $(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF)
%$(DLSUFFIX): %.o %$(EXPSUFF) %$(DLSUFFIX): %.o %$(EXPSUFF)
@echo Making share library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp @echo Making shared library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
$(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL) $(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment