Skip to content

Commit

Permalink
apr-util: use opt_lib/opt_include helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Oct 23, 2015
1 parent 6e6187e commit e16b88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/apr-util.rb
Expand Up @@ -42,8 +42,8 @@ def install

if build.with? "openldap"
args << "--with-ldap"
args << "--with-ldap-lib=#{Formula["openldap"].opt_prefix}/lib"
args << "--with-ldap-include=#{Formula["openldap"].opt_prefix}/include"
args << "--with-ldap-lib=#{Formula["openldap"].opt_lib}"
args << "--with-ldap-include=#{Formula["openldap"].opt_include}"
end

system "./configure", *args
Expand Down

0 comments on commit e16b88f

Please sign in to comment.