CMake no longer builds XML-RPC.
This commit is contained in:
parent
662bc48d92
commit
12ec07f264
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue