Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
uim
uim-gcc14-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File uim-gcc14-fix.patch of Package uim
--- configure.ac | 2 ++ replace/bsd-snprintf.c | 2 ++ 2 files changed, 4 insertions(+) --- a/configure.ac +++ b/configure.ac @@ -578,6 +578,7 @@ if test "x$ac_cv_func_snprintf" = xyes; AC_RUN_IFELSE( [AC_LANG_SOURCE([[ #include <stdio.h> +#include <stdlib.h> int main(void){char b[5];snprintf(b,5,"123456789");exit(b[4]!='\0');} ]])], [AC_MSG_RESULT(yes)], @@ -601,6 +602,7 @@ if test "x$ac_cv_func_asprintf" != xyes [AC_LANG_SOURCE([[ #include <sys/types.h> #include <stdio.h> +#include <stdlib.h> #include <stdarg.h> int x_snprintf(char *str,size_t count,const char *fmt,...)
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