mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Change libpipeline to not create static libraries.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user