Change libpipeline to not create static libraries.

parent 1bc2ad2a
require 'package'
class Libpipeline < Package
version '1.4.1'
version '1.4.1-1'
source_url 'https://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.4.1.tar.gz'
source_sha1 'b31cc955f22b1aa4545dc8d00ddbde831936594f'
def self.build
system './configure'
system './configure', '--disable-static', '--enable-shared', '--with-pic'
system 'make'
end
......
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