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
committerHauke Mehrtens <hauke@hauke-m.de>2019-07-08 16:42:26 +0200
commit6fac9077c674e151e86cb02319c76f6d526579c7 (patch)
treef41bb52b9d308c743a299510e4a0a80bbca3ae00 /tools/gengetopt/patches/100-dependency_fix.patch
parent301a78d1d559ecfb4feaaa6dbcd8288a644451a4 (diff)
downloadupstream-6fac9077c674e151e86cb02319c76f6d526579c7.tar.gz
upstream-6fac9077c674e151e86cb02319c76f6d526579c7.tar.bz2
upstream-6fac9077c674e151e86cb02319c76f6d526579c7.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>
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 \