Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
unshield
armv7l-fpic.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File armv7l-fpic.patch of Package unshield
Index: CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -51,6 +51,9 @@ if (${OPENSSL_FOUND}) else() option(USE_OUR_OWN_MD5 "Build using own md5 implementation" ON) endif() +if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "armv7l") + add_definitions(-fPIC) +endif() message(STATUS "OPENSSL_FOUND: ${OPENSSL_FOUND}") message(STATUS "USE_OUR_OWN_MD5: ${USE_OUR_OWN_MD5}")
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