Commit 66871a50 authored by Casey Strouse's avatar Casey Strouse

Enable building of shared library

Add SHARED=yes so headers will be available when building other
packages.
parent 523c0c34
......@@ -6,7 +6,7 @@ class Pciutils < Package
source_sha1 '29d9a75ce2a2d92721b6e92c7c89236b4c91041f'
def self.build
system "make", "PREFIX=/usr/local"
system "make", "PREFIX=/usr/local", "SHARED=yes"
end
def self.install
......
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