]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
remove adding CMAKE_CXX_IMPLICIT_LINK_LIBRARIES to PRIVATE_LIBS
authorDuncan Bellamy <dunk@denkimushi.com>
Mon, 27 Sep 2021 08:37:00 +0000 (09:37 +0100)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Tue, 12 Oct 2021 08:51:34 +0000 (11:51 +0300)
commit314116cbb577b15aff53922f05609aa09e647c2e
tree0fa1fd84afe5afdd16215f64e2bffbe8c9b00dde
parent70092c48b66ffcc59a6f8b67110033b6cfe5fcf9
remove adding CMAKE_CXX_IMPLICIT_LINK_LIBRARIES to PRIVATE_LIBS
as on alpine linux this add gcc_s which is a shared library

on alpine:
Libs.private: -lstdc++ -lm -lssp_nonshared -lgcc_s -lgcc -lc -lgcc_s -lgcc
CMakeLists.txt
libhs.pc.in