Skip to content

Commit

Permalink
app-arch/lha: create lha-114i-fix-getopt_long-declaration.patch
Browse files Browse the repository at this point in the history
Fixes bug #467544
  • Loading branch information
PPed72 authored and monsieurp committed Nov 14, 2015
1 parent eb57538 commit 35b9df5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app-arch/lha/files/lha-114i-fix-getopt_long-declaration.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- src/getopt_long.c.orig 2013-12-18 16:05:59.789413528 -0600
+++ src/getopt_long.c 2013-12-18 16:06:01.200420472 -0600
@@ -64,7 +64,7 @@

#ifndef USE_GNU
#include <stdio.h>
-#include <getopt_long.h>
+#include "getopt_long.h"

char *optarg;
int optind;

0 comments on commit 35b9df5

Please sign in to comment.