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
This commit is contained in:
Duncan Bellamy
2021-09-27 09:37:00 +01:00
committed by Konstantinos Margaritis
parent 70092c48b6
commit 314116cbb5
2 changed files with 0 additions and 9 deletions

View File

@@ -7,5 +7,4 @@ Name: libhs
Description: Intel(R) Hyperscan Library
Version: @HS_VERSION@
Libs: -L${libdir} -lhs
Libs.private: @PRIVATE_LIBS@
Cflags: -I${includedir}/hs