summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2015-07-30 11:04:36 -0400
committerSage Weil <sage@redhat.com>2015-07-30 11:04:36 -0400
commit61063f1ac7668e5ba3b79b089d8904a63e92106d (patch)
tree69cb12d295d4ab1ca9277fa8a7e98549885da6db
parentdcf98ff04bc5dacd5d45854a32870d86dd7b26c7 (diff)
downloadceph-libs3-wip-fpic.tar.gz
GNUmakefile: -fPICwip-fpic
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f387e30..1e59664 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -137,7 +137,8 @@ CFLAGS += -Wall -Werror -Wshadow -Wextra -Iinc \
-DLIBS3_VER=\"$(LIBS3_VER)\" \
-D__STRICT_ANSI__ \
-D_ISOC99_SOURCE \
- -D_POSIX_C_SOURCE=200112L
+ -D_POSIX_C_SOURCE=200112L \
+ -fPIC
LDFLAGS = $(CURL_LIBS) $(LIBXML2_LIBS) -lpthread