diff options
author | CoprDistGit <infra@openeuler.org> | 2025-02-02 14:53:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-02-02 14:53:31 +0000 |
commit | 08d032b3b29b4210e61a66e7612eed0f3f31f343 (patch) | |
tree | 0a4a46cbfdc49738186e41e1fe15ecc911543fe0 | |
parent | d9a15ef4d83d778b39a245437cc7ecb78e37645c (diff) |
automatic import of scdocopeneuler24.03_LTS
-rw-r--r-- | scdoc.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ sed -i '/-static/d' Makefile sed -i 's/\tinstall/\t$(INSTALL)/g' Makefile %build -%make_build PREFIX=%{_prefix} CC="%{_cc}" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" +%make_build PREFIX=%{_prefix} CC="%{__cc}" CFLAGS="%{build_cflags}" LDFLAGS="%{build_ldflags}" %install %make_install PREFIX=%{_prefix} |