Explorar el Código

add ZEND_EXTRA_LIBS='-lresolv'

Serghey Rodin hace 4 años
padre
commit
474257fd72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/rpm/specs/vesta-php.spec

+ 1 - 1
src/rpm/specs/vesta-php.spec

@@ -22,7 +22,7 @@ This package contains php-cgi for Vesta Control Panel web interface.
 %build
 %build
 ./configure --prefix=/usr/local/vesta/php --with-zlib --enable-zip --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --with-curl --enable-mbstring
 ./configure --prefix=/usr/local/vesta/php --with-zlib --enable-zip --enable-fpm --with-fpm-user=admin --with-fpm-group=admin --with-mysql --with-mysqli --with-curl --enable-mbstring
 
 
-make
+make ZEND_EXTRA_LIBS='-lresolv'
 
 
 %install
 %install
 make install INSTALL_ROOT=%{buildroot} INSTALLDIRS=vendor
 make install INSTALL_ROOT=%{buildroot} INSTALLDIRS=vendor