summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 38606df7a1f..1660feb8538 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1845,6 +1845,13 @@ modular implementation of XML-RPC for C and C++.")
1845 #:make-flags #~(list "TESTS_THAT_FAIL=") 1845 #:make-flags #~(list "TESTS_THAT_FAIL=")
1846 #:phases 1846 #:phases
1847 #~(modify-phases %standard-phases 1847 #~(modify-phases %standard-phases
1848 #$@(if (target-hurd?)
1849 #~((add-after 'unpack 'patch-hurd
1850 (lambda _
1851 (let ((patch #$(local-file
1852 (search-patch "opensp-maxpathlen.patch"))))
1853 (invoke "patch" "--force" "-p1" "-i" patch)))))
1854 #~())
1848 (add-after 'unpack 'delete-configure 1855 (add-after 'unpack 'delete-configure
1849 ;; The configure script in the release was made with an older 1856 ;; The configure script in the release was made with an older
1850 ;; Autoconf and lacks support for the `--docdir' option. 1857 ;; Autoconf and lacks support for the `--docdir' option.