Sha256: 4d3051ef1cd82dc31d66417f91429ea67cf0ff2eb4ce3fbead1b8e40ce76ddc0

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

require 'mkmf'

root = File.expand_path('../../..', __FILE__)
puts("Path is #{root}")

Dir.chdir(File.join(root, 'vendor/xmlsec1-1.2.18')) do
  puts("Building vendor xmlsec")
  system "./configure", "--prefix=#{root}", "--without-libxslt", "--enable-static-linking", "--disable-shared", "--disable-crypto-dl", "--disable-apps-crypto-dl"
  system "make"
  system "make install"
  system "make clean"
end

create_makefile 'xmlsec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xmlsec-shim-1.2.18.2 ext/xmlsec/extconf.rb
xmlsec-shim-1.2.18.1 ext/xmlsec/extconf.rb