Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
slade
clzma.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clzma.diff of Package slade
From: Jan Engelhardt <jengelh@inai.de> Date: 2020-06-22 21:16:10.343429323 +0200 Make use of the clzma library in openSUSE. --- src/External/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: SLADE-3.1.12/src/External/CMakeLists.txt =================================================================== --- SLADE-3.1.12.orig/src/External/CMakeLists.txt +++ SLADE-3.1.12/src/External/CMakeLists.txt @@ -26,10 +26,9 @@ file(GLOB_RECURSE EXTERNAL_SOURCES *.cxx dumb/*.c lua/*.c - lzma/C/LzmaDec.c ${SLADE_HEADERS} ) add_library(external STATIC ${EXTERNAL_SOURCES}) -target_link_libraries(external ${ZLIB_LIBRARY} ${wxWidgets_LIBRARIES}) +target_link_libraries(external ${ZLIB_LIBRARY} ${wxWidgets_LIBRARIES} -lclzma) set(EXTERNAL_LIBRARIES external PARENT_SCOPE)
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