Projects
Extra
finalhe
finalhe.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File finalhe.patch of Package finalhe (Revision 2)
Currently displaying revision
2
,
Show latest
--- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.11) project(finalhe C CXX) --- a/deps/psvlib/img/CMakeLists.txt +++ b/deps/psvlib/img/CMakeLists.txt @@ -14,5 +14,5 @@ target_link_libraries(psvimg scrypto) if (WIN32) target_link_libraries(psvimg zlibstatic) else () - target_link_libraries(psvimg ZLIB::ZLIB) + target_link_libraries(psvimg ZLIB::ZLIB pthread) endif () --- a/deps/psvlib/img/backup.c +++ b/deps/psvlib/img/backup.c @@ -14,6 +14,7 @@ #include <fcntl.h> #include <stdint.h> #include <stdio.h> +#include <string.h> #include <stdlib.h> #include <sys/stat.h> #include <sys/types.h>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.