mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-09 15:50:26 +03:00
Not overwrite -fPIC with CXXFLAGS
This commit is contained in:
parent
3a30c00dae
commit
214eb0caa5
@ -1,4 +1,4 @@
|
||||
CXXFLAGS = -g -Wall -fPIC
|
||||
CXXFLAGS = -g -Wall
|
||||
INCFLAGS =
|
||||
|
||||
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
|
||||
@ -22,6 +22,8 @@ else # not supported
|
||||
$(error Compiler too old)
|
||||
endif
|
||||
|
||||
NEEDED_CXXFLAGS += -fPIC
|
||||
|
||||
ifeq ($(USE_STATIC),yes)
|
||||
LIBDIR := /usr/lib
|
||||
LDLIBS = $(LIBDIR)/libboost_system.a
|
||||
|
Loading…
Reference in New Issue
Block a user