diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rpm.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rpm.rb b/Library/Formula/rpm.rb index 84f2246cf..0fcc5574c 100644 --- a/Library/Formula/rpm.rb +++ b/Library/Formula/rpm.rb @@ -46,6 +46,7 @@ class Rpm < Formula def install args = %W[ --prefix=#{prefix} + --localstatedir=#{var} --with-path-cfg=#{etc}/rpm --with-extra-path-macros=#{lib}/rpm/macros.* --disable-openmp @@ -58,6 +59,7 @@ class Rpm < Formula --with-lua --with-syck --without-apidocs + varprefix=#{var} ] system 'glibtoolize -if' # needs updated ltmain.sh |
