Skip to content

Commit

Permalink
snort3,libdaq: Always use libstdc++ for C++ runtime
Browse files Browse the repository at this point in the history
Newer version of snort3 does not work with libc++, until
its fixed resort to using libstdc++

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jan 7, 2025
1 parent 768c60a commit 03f5785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ LIBCPLUSPLUS:pn-cpprest:toolchain-clang = "-stdlib=libstdc++"
# See https://lists.openembedded.org/g/openembedded-devel/topic/meta_oe_patch_2_3/108964413
LIBCPLUSPLUS:pn-tomlplusplus:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-doxygen:toolchain-clang = "-stdlib=libstdc++"
# https://www.mail-archive.com/[email protected]/msg2394451.html
LIBCPLUSPLUS:pn-snort3:toolchain-clang = "-stdlib=libstdc++"
LIBCPLUSPLUS:pn-libdaq:toolchain-clang = "-stdlib=libstdc++"

# Uses gcc for native tools, e.g. nsinstall and passes clang options which fails so
# let same compiler ( gcc or clang) be native/cross compiler
Expand Down

0 comments on commit 03f5785

Please sign in to comment.