Add /usr/lib64 to VPATH to make it compileable on x86_64.

parent a95d9ec0
......@@ -6,6 +6,8 @@ class Traceroute < Package
source_sha1 'bc5c6c8022187511be5665b3818d919be5987dcc'
def self.build
# add /usr/lib64 to vpath to check /usr/lib64/libm.so
system "sed", "-i", "Make.rules", "-e", "/vpath lib%.so/s:$: /usr/lib64:"
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