0001-no-static-debug.patch 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. dmtxquery/Makefile.am | 2 +-
  2. dmtxread/Makefile.am | 2 +-
  3. dmtxwrite/Makefile.am | 2 +-
  4. 3 files changed, 3 insertions(+), 3 deletions(-)
  5. diff -Naur a/dmtxquery/Makefile.am b/dmtxquery/Makefile.am
  6. --- a/dmtxquery/Makefile.am
  7. +++ b/dmtxquery/Makefile.am
  8. @@ -9,5 +9,5 @@
  9. dmtxquery_LDADD = $(LIBOBJS)
  10. dmtxquery_debug_SOURCES = dmtxquery.c dmtxquery.h ../common/dmtxutil.c ../common/dmtxutil.h
  11. -dmtxquery_debug_LDFLAGS = -static $(DMTX_LIBS)
  12. +dmtxquery_debug_LDFLAGS = $(DMTX_LIBS)
  13. dmtxquery_debug_LDADD = $(LIBOBJS)
  14. diff -Naur a/dmtxread/Makefile.am b/dmtxread/Makefile.am
  15. --- a/dmtxread/Makefile.am
  16. +++ b/dmtxread/Makefile.am
  17. @@ -11,5 +11,5 @@
  18. dmtxread_debug_SOURCES = dmtxread.c dmtxread.h ../common/dmtxutil.c ../common/dmtxutil.h
  19. dmtxread_debug_CFLAGS = $(DMTX_CFLAGS) $(MAGICK_CFLAGS) -D_MAGICK_CONFIG_H
  20. -dmtxread_debug_LDFLAGS = -static $(DMTX_LIBS) $(MAGICK_LIBS)
  21. +dmtxread_debug_LDFLAGS = $(DMTX_LIBS) $(MAGICK_LIBS)
  22. dmtxread_debug_LDADD = $(LIBOBJS)
  23. diff -Naur a/dmtxwrite/Makefile.am b/dmtxwrite/Makefile.am
  24. --- a/dmtxwrite/Makefile.am
  25. +++ b/dmtxwrite/Makefile.am
  26. @@ -11,5 +11,5 @@
  27. dmtxwrite_debug_SOURCES = dmtxwrite.c dmtxwrite.h ../common/dmtxutil.c ../common/dmtxutil.h
  28. dmtxwrite_debug_CFLAGS = $(DMTX_FLAGS) $(MAGICK_CFLAGS) -D_MAGICK_CONFIG_H
  29. -dmtxwrite_debug_LDFLAGS = -static $(DMTX_LIBS) $(MAGICK_LIBS)
  30. +dmtxwrite_debug_LDFLAGS = $(DMTX_LIBS) $(MAGICK_LIBS)
  31. dmtxwrite_debug_LDADD = $(LIBOBJS)