mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
remove libdir specification - unneeded
This commit is contained in:
@@ -23,7 +23,7 @@ class Ncat < Package
|
||||
system "sed -i s#/usr/bin/file##{CREW_PREFIX}/bin/file#g libdnet-stripped/configure"
|
||||
|
||||
#without-zenmap in configure removes openssl dependency
|
||||
system "./configure --without-zenmap --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
|
||||
system "./configure --without-zenmap --prefix=#{CREW_PREFIX}"
|
||||
system "cd ncat && make"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user