Commit 2139902a authored by Tit Petric's avatar Tit Petric

added missing dependency, can't install pkg-config without buildessential

parent 93d7ec14
......@@ -5,6 +5,8 @@ class Pkgconfig < Package
source_url 'http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz'
source_sha1 '71853779b12f958777bffcb8ca6d849b4d3bed46'
depends_on 'buildessential'
def self.build
system "./configure --with-internal-glib --libdir=/usr/local/lib64/ CC=\"gcc -m64\" CFLAGS=\" -fPIC\""
system "make"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment