Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jamborm:gcc14fixes
libesmtp
libesmtp-c99.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libesmtp-c99.patch of Package libesmtp
Index: libESMTP-1.1.0/smtp-api.c =================================================================== --- libESMTP-1.1.0.orig/smtp-api.c +++ libESMTP-1.1.0/smtp-api.c @@ -22,6 +22,7 @@ #include <config.h> +#define _GNU_SOURCE #include <stdarg.h> #include <string.h> #include <stdlib.h> Index: libESMTP-1.1.0/smtp-tls.c =================================================================== --- libESMTP-1.1.0.orig/smtp-tls.c +++ libESMTP-1.1.0/smtp-tls.c @@ -47,6 +47,7 @@ /* This stuff doesn't belong here */ /* vvvvvvvvvvv */ +#define _GNU_SOURCE #include <sys/types.h> #include <sys/stat.h> #include <unistd.h>
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