fixup "Libc: update port to Freebsd 12" (noux gcc)

Issue #3289
This commit is contained in:
Christian Prochaska 2019-05-16 16:01:19 +02:00 committed by Christian Helmuth
parent 70e13a3a56
commit cf631c6805

View File

@ -33,6 +33,9 @@ ENV += CXXFLAGS_FOR_TARGET='-fPIC'
MAKE_ENV += GENODE="yes"
# prevent "converting to bool from std::nullptr_t" error
CXXFLAGS += -fpermissive
#
# We link libraries to the final binaries using the 'LIBS' variable. But
# unfortunately, the gcc build system has hardcoded some libs such as '-lc'.