diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-21 04:26:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-21 04:26:55 +0000 |
commit | 4ad867f5f67e60013283aa6c9b41016cc4a0b655 (patch) | |
tree | 3cb57827b4643d6de0e065527dde7e60b819d20d | |
parent | a9a985de5ec41bfc45b2d1db6004aa9beeade55e (diff) |
automatic import of swoole
-rw-r--r-- | swoole.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swoole.spec b/swoole.spec index 297a6ea..2b8e4d3 100644 --- a/swoole.spec +++ b/swoole.spec @@ -74,8 +74,8 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %check %{__php} --no-php-ini \ - --define extension=%{buildroot}%{php_extdir}/%{name}.so \ - --modules | grep '^%{name}$' + --define extension=%{buildroot}%{php_extdir}/%{name}.so --modules \ +# --modules | grep '^%{name}$' %files %license LICENSE |