X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fflex%2Fpatches%2F100-remove_no_undefined.patch;fp=tools%2Fflex%2Fpatches%2F100-remove_no_undefined.patch;h=0000000000000000000000000000000000000000;hb=ae30ad61fbc422365a4b008c3605c39973b11a65;hp=4e8aca13c7ce5a5cb175f39bf6945497f39aa002;hpb=99414dbcf1901a8f362e62febe562dacd4595c8e;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/tools/flex/patches/100-remove_no_undefined.patch b/tools/flex/patches/100-remove_no_undefined.patch deleted file mode 100644 index 4e8aca13c7..0000000000 --- a/tools/flex/patches/100-remove_no_undefined.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 \