diff options
| author | Cory Bennett | 2013-05-21 11:09:26 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-05 10:37:01 -0700 |
| commit | fb77bc8f33a2f4a43e00c30ba8af713db7b67105 (patch) | |
| tree | d0fa5645eda57a2d97bc320484b8f0f2b654a00a /Library/Formula | |
| parent | 07a9c45257fb83723608cab99d4af6d7984256e6 (diff) | |
| download | homebrew-fb77bc8f33a2f4a43e00c30ba8af713db7b67105.tar.bz2 | |
rpmbuild: needs #{lib}/rpm/macros.rpmbuild
Closes #19978.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rpm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rpm.rb b/Library/Formula/rpm.rb index 6eba3dd50..84f2246cf 100644 --- a/Library/Formula/rpm.rb +++ b/Library/Formula/rpm.rb @@ -47,6 +47,7 @@ class Rpm < Formula args = %W[ --prefix=#{prefix} --with-path-cfg=#{etc}/rpm + --with-extra-path-macros=#{lib}/rpm/macros.* --disable-openmp --disable-nls --disable-dependency-tracking |
