Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78d4ca0

Browse files
committed
Something changed, that now shows that there is a dependency missing in
Makefile .aixPlease apply to current, to fix shared lib build from single .o files.ThanksAndreas
1 parent2c7de17 commit78d4ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/makefiles/Makefile.aix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ $(POSTGRES_IMP):
1717
$(MKLDEXPORT) postgres $(bindir) > $@
1818
$(CC) -Wl,-bE:$(top_builddir)/src/backend/$@ -o postgres $(OBJS) $(LDFLAGS)
1919

20-
%$(EXPSUFF):
20+
%$(EXPSUFF): %.o
2121
$(MKLDEXPORT) $*.o `pwd` > $*$(EXPSUFF)
2222

2323
%$(DLSUFFIX): %.o %$(EXPSUFF)
24-
@echo Makingshare library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
24+
@echo Makingshared library $@ from $*.o, $*$(EXPSUFF), and installed postgres.imp
2525
$(CC) -Wl,-H512 -Wl,-bM:SRE -Wl,-bI:$(libdir)/$(POSTGRES_IMP) -Wl,-bE:$*$(EXPSUFF) -o $@ $*.o $(LDFLAGS) $(CFLAGS_SL)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp