0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 01:48:27 +02:00

include/ircd/Makefile: Add missing -DPIC on pic target.

This commit is contained in:
Jason Volk 2019-01-17 11:06:40 -08:00
parent c5598ed60a
commit 82690a3e0c

View file

@ -45,7 +45,7 @@ ircd.h.gch:
ircd.pic.h.gch:
cp ircd.h ircd.pic.h
$(CXX) $(CXXFLAGS) $(AM_CXXFLAGS) -fPIC -o ircd.pic.h.gch $(DEFS) $(CPPFLAGS) $(AM_CPPFLAGS) ircd.pic.h
$(CXX) $(CXXFLAGS) $(AM_CXXFLAGS) -fPIC -o ircd.pic.h.gch $(DEFS) $(CPPFLAGS) $(AM_CPPFLAGS) -DPIC ircd.pic.h
clean-local:
rm -f ircd.h.gch