#2 Use make_build macro
Closed 4 years ago by remi. Opened 4 years ago by carlwgeorge.
rpms/ carlwgeorge/php-smbclient make-build-macro  into  master

file modified
+2 -2
@@ -92,13 +92,13 @@ 

  cd NTS

  %{_bindir}/phpize

  %configure --with-php-config=%{_bindir}/php-config

- make %{?_smp_mflags}

+ %make_build

  

  %if %{with_zts}

  cd ../ZTS

  %{_bindir}/zts-phpize

  %configure --with-php-config=%{_bindir}/zts-php-config

- make %{?_smp_mflags}

+ %make_build

  %endif