summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-10-30 11:09:26 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-10-30 11:09:26 +0000
commite9ab29c6ad9976fcf45ec09c5b647d667201d841 (patch)
treecaafdfb1d72b356dad3df2b0ca0d118ad899c082 /Makefile
parent8330521d9b370bad4b804d7fb6dfeb9ed8aafc2c (diff)
downloads6-networking-e9ab29c6ad9976fcf45ec09c5b647d667201d841.tar.xz
Make all-pic a user option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 259d624..610dbb6 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,11 @@ version_M := $(basename $(version_m))
version_l := $(basename $(version_M))
CPPFLAGS_ALL := $(CPPFLAGS_AUTO) $(CPPFLAGS)
CFLAGS_ALL := $(CFLAGS_AUTO) $(CFLAGS)
+ifeq ($(strip $(STATIC_LIBS_ARE_PIC)),)
CFLAGS_SHARED := -fPIC
+else
+CFLAGS_SHARED :=
+endif
LDFLAGS_ALL := $(LDFLAGS_AUTO) $(LDFLAGS)
REALCC = $(CROSS_COMPILE)$(CC)
AR := $(CROSS_COMPILE)ar