aboutsummaryrefslogtreecommitdiffstats
path: root/main/gvpe/musl-getopt_long.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gvpe/musl-getopt_long.patch')
-rw-r--r--main/gvpe/musl-getopt_long.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/gvpe/musl-getopt_long.patch b/main/gvpe/musl-getopt_long.patch
new file mode 100644
index 0000000000..beefe78e21
--- /dev/null
+++ b/main/gvpe/musl-getopt_long.patch
@@ -0,0 +1,17 @@
+diff --git a/lib/getopt1.c b/lib/getopt1.c
+index 9e29155..f8788bb 100644
+--- a/lib/getopt1.c
++++ b/lib/getopt1.c
+@@ -21,6 +21,7 @@ along with gvpe; if not, write to the Free Software
+ Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
++#if 0
+ #ifdef HAVE_CONFIG_H
+ #include <config.h>
+ #endif
+@@ -189,3 +190,4 @@ main (argc, argv)
+ }
+
+ #endif /* TEST */
++#endif