Skip to content

Commit

Permalink
php: enable mysql extension on --with-mariadb
Browse files Browse the repository at this point in the history
Closes #129.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
alanivey authored and jacknagel committed Feb 1, 2012
1 parent d5964ef commit 8b2957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicates/php.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 8b2957a

Please sign in to comment.