diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-26 07:41:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-26 07:41:42 +0000 |
commit | 86a182fcdb9e62bee618af40f051568844dd46c4 (patch) | |
tree | bde7c235e8a76bcdd7498897e4f460096a82c1b2 | |
parent | 2f7ef88dfbcc4b62d1704d58a2cbd11a66225acf (diff) |
automatic import of nodejsopeneuler20.03
-rw-r--r-- | nodejs.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodejs.spec b/nodejs.spec index db85677..bbef148 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -230,8 +230,8 @@ export CXXFLAGS='%{optflags} \ -DZLIB_CONST \ -fno-delete-null-pointer-checks' %ifarch x86_64 -export CFLAGS="${CFLAGS} -O0" -export CXXFLAGS="${CXXFLAGS} -O0" +export CFLAGS="${CFLAGS} -D_GLIBCXX_USE_CXX11_ABI=0" +export CXXFLAGS="${CXXFLAGS} -D_GLIBCXX_USE_CXX11_ABI=0" %endif export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')" |