base rebuild

This commit is contained in:
Rmys
2020-12-16 21:24:09 +03:00
parent f55ae23fff
commit 7e6898f64f
207 changed files with 18742 additions and 636 deletions
+13
View File
@@ -0,0 +1,13 @@
--- a/src/parseopt.c
+++ b/src/parseopt.c
@@ -255,8 +255,8 @@
}
char *parseopt_program_name;
-char *parseopt_program_doc;
-char *parseopt_program_args;
+extern char *parseopt_program_doc;
+extern char *parseopt_program_args;
const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
void (*parseopt_help_hook) (FILE *stream);
+9 -2
View File
@@ -17,7 +17,7 @@
<Dependency>readline-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">gdbm-1.10-zeroheaders.patch</Patch-->
<Patch level="1">gcc10.patch</Patch>
</Patches>
</Source>
@@ -50,7 +50,14 @@
</Package>
<History>
<Update release="7">
<Update release="8">
<Date>2020-12-09</Date>
<Version>1.18.1</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2019-12-11</Date>
<Version>1.18.1</Version>
<Comment>Version bump</Comment>