Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
mvs-texturing
mvs-texturing-add-opt-flags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mvs-texturing-add-opt-flags.patch of Package mvs-texturing
diff -Naur a/elibs/mve/libs/mve/Makefile b/elibs/mve/libs/mve/Makefile --- a/elibs/mve/libs/mve/Makefile 2018-07-14 15:30:55.673696025 -0500 +++ b/elibs/mve/libs/mve/Makefile 2018-07-14 15:24:28.007694121 -0500 @@ -1,9 +1,10 @@ MVE_ROOT := ../.. TARGET := libmve.a include ${MVE_ROOT}/Makefile.inc +OPT_FLAGS += # Position independent code (-fPIC) is required for the UMVE plugin system. -CXXFLAGS += -fPIC -I${MVE_ROOT}/libs +CXXFLAGS += -fPIC ${OPT_FLAGS} -I${MVE_ROOT}/libs LDLIBS += -lpng -ltiff -ljpeg SOURCES := $(wildcard [^_]*.cc) diff -Naur a/elibs/mve/libs/util/Makefile b/elibs/mve/libs/util/Makefile --- a/elibs/mve/libs/util/Makefile 2018-07-14 15:31:11.161768890 -0500 +++ b/elibs/mve/libs/util/Makefile 2018-07-14 15:24:02.491557952 -0500 @@ -1,9 +1,10 @@ MVE_ROOT := ../.. TARGET := libmve_util.a include ${MVE_ROOT}/Makefile.inc +OPT_FLAGS += # Position independent code (-fPIC) is required for the UMVE plugin system. -CXXFLAGS += -fPIC -I${MVE_ROOT}/libs +CXXFLAGS += -fPIC ${OPT_FLAGS} -I${MVE_ROOT}/libs SOURCES := $(wildcard [^_]*.cc) ${TARGET}: ${SOURCES:.cc=.o}
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