We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b588a1 commit 011f1e3Copy full SHA for 011f1e3
src/makefiles/Makefile.aix
@@ -11,7 +11,7 @@ ifneq ($(GCC), yes)
11
ifeq ($(host_os), aix3.2.5)
12
LDFLAGS_SL = -e _nostart
13
endif
14
- ifeq ($(host_os), aix4.1)
+ ifneq (,$(findstring aix4.1, $(host_os)))
15
LDFLAGS_SL = -bnoentry
16
17
@@ -29,7 +29,7 @@ $(POSTGRES_IMP):
29
30
$(MKLDEXPORT) postgres $(bindir) > $@
31
else
32
33
34
35
$(MKLDEXPORT) postgres . > $@
0 commit comments