- add eb-gcc15.patch, fix build gcc15 OBS-URL: https://build.opensuse.org/request/show/1287531 OBS-URL: https://build.opensuse.org/package/show/M17N/eb?expand=0&rev=19
14 lines
399 B
Diff
14 lines
399 B
Diff
Index: eb-4.4.3/libebutils/getopt.c
|
|
===================================================================
|
|
--- eb-4.4.3.orig/libebutils/getopt.c
|
|
+++ eb-4.4.3/libebutils/getopt.c
|
|
@@ -87,8 +87,6 @@ char *optarg; /* argument associated wi
|
|
|
|
#define EMSG ""
|
|
|
|
-extern char *getenv();
|
|
-
|
|
static int getopt_internal(int nargc, char * const *nargv,
|
|
const char *options);
|
|
static int gcd(int a, int b);
|