diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-25 09:58:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-25 09:58:28 +0000 |
commit | 38f8a4190e0195da9cd1a6b7574b53cc0fa49868 (patch) | |
tree | f69d2bf0db043c42e6f446b50c765ffb8ac56e1c | |
parent | ce6e6dd68064ed5348c2fbc19fb2a56b8af95e30 (diff) |
automatic import of nodejs
-rw-r--r-- | nodejs.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodejs.spec b/nodejs.spec index a797ca0..ac80c4f 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} -mno-avx2" -export CXXFLAGS="%{CXXFLAGS} -mno-avx2" +export CFLAGS="${CFLAGS} -mno-avx2" +export CXXFLAGS="${CXXFLAGS} -mno-avx2" %endif export CFLAGS="$(echo ${CFLAGS} | tr '\n\\' ' ')" |