aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gengetopt/patches/100-dependency_fix.patch
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-06-15 09:07:53 +0000
committerJo-Philipp Wich <jo@mein.io>2019-09-04 13:26:24 +0200
commitb7ceeb72a87017d200f226076ea78ccb63c4b70d (patch)
tree2c93db6896960685c52b4d32965bb52a2b3589e5 /tools/gengetopt/patches/100-dependency_fix.patch
parent89828932c5cf71521fa608ddd05cd0b7096ba3f5 (diff)
downloadupstream-b7ceeb72a87017d200f226076ea78ccb63c4b70d.tar.gz
upstream-b7ceeb72a87017d200f226076ea78ccb63c4b70d.tar.bz2
upstream-b7ceeb72a87017d200f226076ea78ccb63c4b70d.zip
tools/gengetopt: Update to 2.23
Update gengetopt to 2.23 Remove 100-dependency_fix.patch, fixed upstream Rework no tests and docs patch Fix typo in copyright section Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> (cherry picked from commit 6fac9077c674e151e86cb02319c76f6d526579c7)
Diffstat (limited to 'tools/gengetopt/patches/100-dependency_fix.patch')
-rw-r--r--tools/gengetopt/patches/100-dependency_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/gengetopt/patches/100-dependency_fix.patch b/tools/gengetopt/patches/100-dependency_fix.patch
deleted file mode 100644
index 69cb598b7d..0000000000
--- a/tools/gengetopt/patches/100-dependency_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -51,7 +51,7 @@ libgengetopt_la_LIBADD = $(top_builddir)
- @LTLIBOBJS@ \
- skels/libgen.la
-
--LDADD = $(top_builddir)/src/libgengetopt.la
-+LDADD = libgengetopt.la
-
- EXTRA_DIST = parser.h argsdef.h gengetopt.h ggos.h gm.h gnugetopt.h \
- cmdline.c cmdline.h \