Commit df29037d authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #609 from Kriskras99/patch-1

Forgot an "end" when updating mapserver
parents e2df1b25 990ad54e
......@@ -16,6 +16,7 @@ class Mapserver < Package
system "cmake -DWITH_THREAD_SAFETY=1 -DWITH_HARFBUZZ=0 -DWITH_FRIBIDI=0 -DWITH_FCGI=0 -DWITH_POSTGIS=0 -DWITH_GIF=0 -DWITH_CLIENT_WFS=1 -DWITH_CLIENT_WMS=1 -DWITH_CURL=1 -DCMAKE_C_FLAGS=\" -fPIC\" -DCMAKE_INSTALL_PREFIX=/usr/local .. > ../configure.out.txt"
system "make"
end
end
def self.install
Dir.chdir "build" do
......
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