File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
25
25
# Need to recompile any libpgport object files
26
26
LIBS := $(filter-out -lpgport, $(LIBS ) )
27
27
28
- SHLIB_LINK += $(filter -lm, $(LIBS ) )
28
+ SHLIB_LINK += $(filter -lintl - lm, $(LIBS ) )
29
29
30
30
SHLIB_EXPORTS = exports.txt
31
31
Original file line number Diff line number Diff line change 78
78
# shared library link. (The order in which you list them here doesn't
79
79
# matter.)
80
80
ifneq ($(PORTNAME ) , win32)
81
- SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lgss -lgssapi -lssl -lsocket -lnsl -lresolv -lintl, $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
81
+ SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi_krb5 -lgss -lgssapi -lssl -lsocket -lnsl -lresolv -lintl -lm , $(LIBS ) ) $(LDAP_LIBS_FE ) $(PTHREAD_LIBS )
82
82
else
83
- SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi32 -lssl -lsocket -lnsl -lresolv -lintl $(PTHREAD_LIBS ) , $(LIBS ) ) $(LDAP_LIBS_FE )
83
+ SHLIB_LINK += $(filter -lcrypt -ldes -lcom_err -lcrypto -lk5crypto -lkrb5 -lgssapi32 -lssl -lsocket -lnsl -lresolv -lintl -lm $(PTHREAD_LIBS ) , $(LIBS ) ) $(LDAP_LIBS_FE )
84
84
endif
85
85
ifeq ($(PORTNAME ) , win32)
86
86
SHLIB_LINK += -lshell32 -lws2_32 -lsecur32 $(filter -leay32 -lssleay32 -lcomerr32 -lkrb5_32, $(LIBS ) )
You can’t perform that action at this time.
0 commit comments