Change libunbound.rb to strip binaries and libraries

parent d5bdf7bc
......@@ -17,6 +17,8 @@ class Libunbound < Package
system "sed", "-i", "Makefile", "-e", '/$(LEX) -t $(srcdir)\/util\/configlexer.lex/s:-t:-t -Pub_c_:'
system "make"
system "make", "strip"
system "find . -name 'lib*.so.*' -print | xargs strip -S"
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