From fe8ea4320890833c251e7576899e1bf201bc46e2 Mon Sep 17 00:00:00 2001 From: commitay Date: Thu, 18 Oct 2018 23:24:35 +1000 Subject: [PATCH] php: remove devel spec --- Formula/php.rb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Formula/php.rb b/Formula/php.rb index b6297c8c95..4b97efec49 100644 --- a/Formula/php.rb +++ b/Formula/php.rb @@ -10,13 +10,6 @@ class Php < Formula sha256 "5c16b674951b548d1b11fe77d172b99bfca57ce90122c315e86ef53a0530ee9b" => :sierra end - devel do - url "https://downloads.php.net/~cmb/php-7.3.0RC3.tar.xz" - sha256 "bd6c7fa718ff5b430d64ae1b5cfdf3e076ceb0a4a8569927bba8fe65fa04c4b5" - - depends_on "openldap" - end - depends_on "httpd" => [:build, :test] depends_on "pkg-config" => :build depends_on "apr" @@ -171,7 +164,7 @@ class Php < Formula args << "--with-curl#{headers_path}" end - if build.devel? || MacOS.sdk_path_if_needed + if MacOS.sdk_path_if_needed args << "--with-ldap=#{Formula["openldap"].opt_prefix}" else args << "--with-ldap"