From 2bea21542329f817cbcf4274b57eb7bd658d497f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 5 Oct 2013 13:03:07 +0200 Subject: x64 compile fix --- plugins/libparser/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/libparser') diff --git a/plugins/libparser/Makefile.am b/plugins/libparser/Makefile.am index 11ba1c3a..1009e8ad 100644 --- a/plugins/libparser/Makefile.am +++ b/plugins/libparser/Makefile.am @@ -1,2 +1,3 @@ noinst_LIBRARIES = libparser.a libparser_a_SOURCES = parser.c parser.h +libparser_a_CFLAGS = -fPIC -- cgit v1.2.3