fix-runpaths.patch 434 B

12345678910111213141516
  1. --- samples/Makefile.am 2012-03-27 05:15:02.000000000 +0200
  2. +++ samples/Makefile.am.new 2013-04-09 14:07:48.303789999 +0200
  3. @@ -78,12 +78,10 @@
  4. #
  5. iodbctest_SOURCES = iodbctest.c
  6. iodbctest_LDADD = ../iodbc/libiodbc.la
  7. -iodbctest_LDFLAGS = -static
  8. iodbctestw_CFLAGS = -DUNICODE
  9. iodbctestw_SOURCES = iodbctest.c
  10. iodbctestw_LDADD = ../iodbc/libiodbc.la
  11. -iodbctestw_LDFLAGS = -static
  12. EXTRA_DIST = $(srcdir)/Makefile.sample