Skip to content

Commit a802126

Browse files
committed
Postfix for CORE-5474: unresolved symbol in FBINTL
1 parent ee2d264 commit a802126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/posix/Makefile.in.intl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ INTL_Files1= ld.cpp cv_narrow.cpp \
5454

5555
# use INTL_Files2 in prefix file for host-specific additional files
5656
INTL_Sources= $(addprefix intl/, $(INTL_Files1)) $(INTL_Files2) \
57-
jrd/IntlUtil.cpp jrd/unicode_util.cpp jrd/CharSet.cpp jrd/mod_loader.cpp
57+
jrd/IntlUtil.cpp jrd/unicode_util.cpp jrd/CharSet.cpp jrd/mod_loader.cpp jrd/path_utils.cpp
5858

5959
INTL_Objects = $(addprefix $(OBJ)/, $(addsuffix .o, $(basename $(INTL_Sources))))
6060

0 commit comments

Comments
 (0)