Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
plymouth
disable-on-s390x.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File disable-on-s390x.patch of Package plymouth
Index: plymouth-0.9.2/src/main.c =================================================================== --- plymouth-0.9.2.orig/src/main.c +++ plymouth-0.9.2/src/main.c @@ -2027,6 +2027,9 @@ int main (int argc, char **argv) { +#ifdef __s390x__ + return 0; +#else state_t state = { 0 }; int exit_code; bool should_help = false; @@ -2253,5 +2256,6 @@ main (int argc, ply_free_error_log (); return exit_code; +#endif // __s390x__ } /* vim: set sts=4 ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */
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