MSYS2-packages/libargp/libargp-so.patch
Christoph Reiter 873547124d libargp: Update to 20241207
* Sync with cygwin
* Move to a newer version as cygwin as that one fails with out autotools
  (it tries to patch generated files which are now different)
2024-12-07 20:53:18 +01:00

14 lines
416 B
Diff

diff -urN a/argp/gllib/Makefile.am b/argp/gllib/Makefile.am
--- a/argp/gllib/Makefile.am 2023-07-11 06:59:35.845600000 -0400
+++ b/argp/gllib/Makefile.am 2023-07-10 15:16:10.822421600 -0400
@@ -41,7 +41,8 @@
AM_CPPFLAGS = -DGNULIB_STRICT_CHECKING=1
AM_CFLAGS =
-noinst_LTLIBRARIES += libargp.la
+lib_LTLIBRARIES = libargp.la
+include_HEADERS = argp.h
libargp_la_SOURCES =
libargp_la_LIBADD = $(gl_LTLIBOBJS)