CMake no longer builds XML-RPC.

This commit is contained in:
Mike McQuaid 2010-11-11 19:04:09 -08:00
parent 662bc48d92
commit 12ec07f264

View file

@ -14,8 +14,7 @@ class Cmake <Formula
# http://www.cmake.org/Bug/view.php?id=11431 # http://www.cmake.org/Bug/view.php?id=11431
inreplace 'CMakeLists.txt', inreplace 'CMakeLists.txt',
"# Mention to the user what system libraries are being used.", "# Mention to the user what system libraries are being used.",
"SET(CMAKE_USE_SYSTEM_XMLRPC 0) "SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
SET(CMAKE_USE_SYSTEM_LIBARCHIVE 0)"
system "./bootstrap", "--prefix=#{prefix}", system "./bootstrap", "--prefix=#{prefix}",
"--system-libs", "--system-libs",