Skip to content

Commit aeaf01d

Browse files
author
Nigel Stewart
committed
onigmo: Workaround toolchain -no-undefined limitation
1 parent a9bcf67 commit aeaf01d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/onigmo/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libonigmo_la_SOURCES = regint.h regparse.h regenc.h st.h \
3939
$(encdir)/windows_1252.c $(encdir)/windows_1253.c \
4040
$(encdir)/windows_1254.c $(encdir)/windows_1257.c
4141

42-
libonigmo_la_LDFLAGS = -version-info $(LTVERSION) -no-undefined
42+
libonigmo_la_LDFLAGS = -version-info $(LTVERSION)
4343

4444
EXTRA_DIST = .gitignore onigmo.pc.in HISTORY README.ja README.md \
4545
doc/API doc/API.ja doc/RE doc/RE.ja doc/FAQ doc/FAQ.ja \

lib/onigmo/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ libonigmo_la_SOURCES = regint.h regparse.h regenc.h st.h \
370370
$(encdir)/windows_1252.c $(encdir)/windows_1253.c \
371371
$(encdir)/windows_1254.c $(encdir)/windows_1257.c
372372

373-
libonigmo_la_LDFLAGS = -version-info $(LTVERSION) -no-undefined
373+
libonigmo_la_LDFLAGS = -version-info $(LTVERSION)
374374
EXTRA_DIST = .gitignore onigmo.pc.in HISTORY README.ja README.md \
375375
doc/API doc/API.ja doc/RE doc/RE.ja doc/FAQ doc/FAQ.ja \
376376
doc/UnicodeProps.txt \

0 commit comments

Comments
 (0)