alsa-tools-1.0.17rc1-fix-link.patch 654 B

12345678910111213141516171819
  1. diff -p -up ./hdspconf/src/Makefile.am.tv ./hdspconf/src/Makefile.am
  2. --- ./hdspconf/src/Makefile.am.tv 2008-06-10 11:15:09.000000000 +0200
  3. +++ ./hdspconf/src/Makefile.am 2008-06-10 11:15:01.000000000 +0200
  4. @@ -1,4 +1,5 @@
  5. bin_PROGRAMS = hdspconf
  6. +hdspconf_LDADD = @LDFLAGS@
  7. hdspconf_SOURCES = \
  8. hdspconf.cxx \
  9. defines.h \
  10. diff -p -up ./src/Makefile.am.tv ./src/Makefile.am
  11. --- ./hdspmixer/src/Makefile.am.tv 2008-06-10 11:51:47.000000000 +0200
  12. +++ ./hdspmixer/src/Makefile.am 2008-06-10 11:52:06.000000000 +0200
  13. @@ -1,4 +1,5 @@
  14. bin_PROGRAMS = hdspmixer
  15. +hdspmixer_LDADD = @LDFLAGS@
  16. hdspmixer_SOURCES = \
  17. hdspmixer.cxx \
  18. HDSPMixerWindow.cxx \