Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Module-Python3:ppc64le
openSUSE:Leap:15.0
liborigin
liborigin2-nostatic.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File liborigin2-nostatic.patch of Package liborigin
Index: liborigin/CMakeLists.txt =================================================================== --- liborigin.orig/CMakeLists.txt +++ liborigin/CMakeLists.txt @@ -42,19 +42,15 @@ set_target_properties(origin PROPERTIES VERSION ${LIBORIGIN_VERSION_MAJOR}.${LIBORIGIN_VERSION_MINOR}.${LIBORIGIN_VERSION_BUGFIX} SOVERSION ${LIBORIGIN_VERSION_MAJOR} ) -# static library -add_library (origin-static STATIC ${sources}) -set_target_properties(origin-static PROPERTIES OUTPUT_NAME "origin") - # install libraries -install(TARGETS origin origin-static DESTINATION lib) +install(TARGETS origin DESTINATION lib) # install headers install(FILES ${devel-headers} DESTINATION include/liborigin) # command line util add_executable(opj2dat opj2dat.cpp) -target_link_libraries (opj2dat origin-static) +target_link_libraries (opj2dat origin) install(TARGETS opj2dat DESTINATION bin)
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