0002-no-newline-in-ldflags.patch 675 B

12345678910111213141516171819202122
  1. Fix improper usage of macro that introduces a wrong newline
  2. The MD_CONF_FLAGS() macro was used with a final newline that
  3. introduces an invalid newline in the middle of the macro expansion
  4. when defining LDFLAGS.
  5. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  6. Index: libhid-0.2.16/configure.ac
  7. ===================================================================
  8. --- libhid-0.2.16.orig/configure.ac 2007-04-01 22:32:10.000000000 +0200
  9. +++ libhid-0.2.16/configure.ac 2012-12-12 20:24:03.000000000 +0100
  10. @@ -102,8 +102,7 @@
  11. [],
  12. [$OS_CFLAGS $LIBUSB_CFLAGS],
  13. [],
  14. - [$OS_LDFLAGS $LIBUSB_LIBS]
  15. -)
  16. + [$OS_LDFLAGS $LIBUSB_LIBS])
  17. MD_CONF_DB2MAN