mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Three warnings killed for the price of 1! * DeprecatedEclass (ltprune) * MissingUnpackerDep * TarballAvailable Signed-off-by: Sam James <sam@gentoo.org>
16 lines
362 B
Diff
16 lines
362 B
Diff
--- 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
|
|
|