diff --git a/duplicates/php.rb b/duplicates/php.rb index 13e1cd3a..57dd0924 100644 --- a/duplicates/php.rb +++ b/duplicates/php.rb @@ -123,7 +123,7 @@ def install args.push "--libexecdir=#{libexec}" end - if ARGV.include? '--with-mysql' + if ARGV.include? '--with-mysql' or ARGV.include? '--with-mariadb' args.push "--with-mysql-sock=/tmp/mysql.sock" args.push "--with-mysqli=mysqlnd" args.push "--with-mysql=mysqlnd"