353dd4fb35
* A number of compiler warnings have been remedied. * Line directives should now work as expected and be absent when that is expected. * Resolved github issues #53, #54, #55, #61. * Resolved sf bugs #128, #129, #155, #160, #184, #187, #195. - Refresh flex-2.5.34-fPIC.patch -> flex-2.6.1-fPIC.patch - Drop upstream patches: config-guess-sub-update.patch, flex-2.5.37-bison-2.6.1-1.patch, flex-compatible-with-bison3.patch, flex-yyleng.patch - Drop unneeded patch flex-2.5.37-notex.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=20
28 lines
609 B
Diff
28 lines
609 B
Diff
Index: flex-2.6.1/src/Makefile.am
|
|
===================================================================
|
|
--- flex-2.6.1.orig/src/Makefile.am
|
|
+++ flex-2.6.1/src/Makefile.am
|
|
@@ -8,8 +8,7 @@ m4 = @M4@
|
|
bin_PROGRAMS = flex
|
|
noinst_PROGRAMS = stage1flex
|
|
lib_LTLIBRARIES = \
|
|
- libfl.la \
|
|
- libfl_pic.la
|
|
+ libfl.la
|
|
|
|
stage1flex_SOURCES = \
|
|
scan.l \
|
|
@@ -49,12 +48,6 @@ libfl_la_SOURCES = \
|
|
|
|
libfl_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
|
|
|
|
-libfl_pic_la_SOURCES = \
|
|
- libmain.c \
|
|
- libyywrap.c
|
|
-
|
|
-libfl_pic_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
|
|
-
|
|
noinst_HEADERS = \
|
|
flexdef.h \
|
|
flexint.h \
|