From 84e91d5682a1ed09b96a5d8f13e21997d8525f66 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Fri, 19 Jan 2018 08:45:25 +0000 Subject: [PATCH] removed the forced -fPIC from mod/Makefile.am --- moo/mod/Makefile.am | 2 +- moo/mod/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moo/mod/Makefile.am b/moo/mod/Makefile.am index 6b5d5d8..5154ca1 100644 --- a/moo/mod/Makefile.am +++ b/moo/mod/Makefile.am @@ -7,7 +7,7 @@ CPPFLAGS_COMMON = \ -I$(abs_builddir)/../lib \ -I$(abs_srcdir) \ -I$(abs_srcdir)/../lib \ - -I$(includedir) -fPIC + -I$(includedir) if WIN32 # you must adjust the value of DEFAULT_PFMODPOSTFIX according diff --git a/moo/mod/Makefile.in b/moo/mod/Makefile.in index 674546d..82a0ba1 100644 --- a/moo/mod/Makefile.in +++ b/moo/mod/Makefile.in @@ -445,7 +445,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = nostdinc CPPFLAGS_COMMON = -I$(abs_builddir) -I$(abs_builddir)/../lib \ - -I$(abs_srcdir) -I$(abs_srcdir)/../lib -I$(includedir) -fPIC \ + -I$(abs_srcdir) -I$(abs_srcdir)/../lib -I$(includedir) \ $(am__append_1) $(am__append_2) ##################################################