Commit 87c6cdfa authored by Don Harper's avatar Don Harper

npth: fix library path on configure

Updating config line to system
  "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"

[Ticket: #1610]
parent acf91f00
......@@ -21,7 +21,7 @@ class Npth < Package
})
def self.build
system "./configure --prefix=/usr/local"
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
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