Skip to content
Snippets Groups Projects
Commit 290e1a08 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Revert "PKG: include libstdc++ for better compatibility"

This reverts commit f618e6c6.
parent ae338efb
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ endif() ...@@ -47,6 +47,7 @@ endif()
set(LINUX_SYSTEM_DLLS set(LINUX_SYSTEM_DLLS
libm.so libm.so
libc.so libc.so
libstdc*
libgcc_s.so libgcc_s.so
librt.so librt.so
libdl.so libdl.so
...@@ -133,8 +134,6 @@ set(GTK_LIB_LIST_2 ...@@ -133,8 +134,6 @@ set(GTK_LIB_LIST_2
libpng12.so.0 libpng12.so.0
libexpat.so.1 libexpat.so.1
libfontconfig.so.1 libfontconfig.so.1
libstdc\\+\\+.so.6
) )
# libstdc++ is not actually part of GTK but we want to include it anyway in linux package
set(ALLOWED_SYSTEM_DLLS ${GTK_LIB_LIST_1} ${GTK_LIB_LIST_2}) set(ALLOWED_SYSTEM_DLLS ${GTK_LIB_LIST_1} ${GTK_LIB_LIST_2})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment