You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/libiodbc/files/fix-runpaths-r1.patch

16 lines
362 B

--- a/samples/Makefile.am
+++ b/samples/Makefile.am
@@ -78,12 +78,10 @@
#
iodbctest_SOURCES = iodbctest.c
iodbctest_LDADD = ../iodbc/libiodbc.la
-iodbctest_LDFLAGS = -static
iodbctestw_CFLAGS = -DUNICODE
iodbctestw_SOURCES = iodbctest.c
iodbctestw_LDADD = ../iodbc/libiodbc.la
-iodbctestw_LDFLAGS = -static
EXTRA_DIST = $(srcdir)/Makefile.sample