X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fflex%2Fpatches%2F100-remove_no_undefined.patch;fp=tools%2Fflex%2Fpatches%2F100-remove_no_undefined.patch;h=4e8aca13c7ce5a5cb175f39bf6945497f39aa002;hb=8087fa9e045d4c9ff12eaba6f65b1ba0b0364054;hp=0000000000000000000000000000000000000000;hpb=73d9ad0c952ae6257f3ce01115f91c3485bb4778;p=openwrt%2F.git diff --git a/tools/flex/patches/100-remove_no_undefined.patch b/tools/flex/patches/100-remove_no_undefined.patch new file mode 100644 index 0000000000..4e8aca13c7 --- /dev/null +++ b/tools/flex/patches/100-remove_no_undefined.patch @@ -0,0 +1,18 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -73,13 +73,13 @@ libfl_la_SOURCES = \ + libmain.c \ + libyywrap.c + +-libfl_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ ++libfl_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ + + libfl_pic_la_SOURCES = \ + libmain.c \ + libyywrap.c + +-libfl_pic_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ ++libfl_pic_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ + + noinst_HEADERS = \ + flexdef.h \