Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Staging:C
flex
flex-2.5.34-fPIC.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File flex-2.5.34-fPIC.patch of Package flex
We've been packaging an -fPIC enabled libfl.a since some time, switching to the new scheme is not worth it, package a libfl_pic.a -> libfl.a symlink instead. --- Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Index: Makefile.am =================================================================== --- Makefile.am.orig +++ Makefile.am @@ -40,8 +40,7 @@ indent = @INDENT@ bin_PROGRAMS = flex lib_LIBRARIES = \ - libfl.a \ - libfl_pic.a + libfl.a flex_SOURCES = \ ccl.c \ @@ -73,13 +72,7 @@ libfl_a_SOURCES = \ libmain.c \ libyywrap.c -libfl_pic_a_SOURCES = \ - libmain.c \ - libyywrap.c - -libfl_pic_a_CFLAGS = \ - -fPIC \ - $(AM_CFLAGS) +libfl_a_CFLAGS = -fPIC $(AM_CFLAGS) noinst_HEADERS = \ flexdef.h \
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor