From 44a9ec5bca140979a35ab21704ea1aada1c2f0f4 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 24 Dec 2013 14:07:16 +0100 Subject: added/fixed few things necessary to cross-compile i686 ddb on x86_64 host (WIP) --- plugins/vfs_curl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/vfs_curl') diff --git a/plugins/vfs_curl/Makefile.am b/plugins/vfs_curl/Makefile.am index 4c69c51f..f092e3fe 100644 --- a/plugins/vfs_curl/Makefile.am +++ b/plugins/vfs_curl/Makefile.am @@ -5,5 +5,5 @@ vfs_curl_la_SOURCES = vfs_curl.c vfs_curl_la_LDFLAGS = -module vfs_curl_la_LIBADD = $(LDADD) $(VFS_CURL_LIBS) -AM_CFLAGS = $(CFLAGS) -std=c99 +AM_CFLAGS = $(CFLAGS) $(VFS_CURL_CFLAGS) -std=c99 endif -- cgit v1.2.3