[packages/rpm] - disable neon/webdav as we always did
baggins
baggins at pld-linux.org
Sun Oct 7 22:57:35 CEST 2012
commit 34befcc56f84a0fac935701f6f2ca4895df508aa
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 7 22:56:32 2012 +0200
- disable neon/webdav as we always did
rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch | 2 +-
rpm.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index ed89484..dda8a54 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -12,7 +12,7 @@
%bcond_without python # don't build python bindings
%bcond_without selinux # build without selinux support
%bcond_without suggest_tags # build without Suggest tag (bootstrapping)
-%bcond_without neon # build with HTTP/WebDAV support (neon library)
+%bcond_with neon # build with HTTP/WebDAV support (neon library)
%bcond_without db # BerkeleyDB
%bcond_without sqlite # build with SQLite support
%bcond_with sqlite_dbapi # default database backend is sqlite
diff --git a/rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch b/rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch
index b2adfcd..2f4602d 100644
--- a/rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch
+++ b/rpm-5.4.10-fix-neon-saving-error-pages-as-target-file.patch
@@ -49,7 +49,7 @@
- fd = fdLink(fd, "error ctrl (ufdOpen HTTP)");
- fd = fdLink(fd, "error data (ufdOpen HTTP)");
+ fd = u->ctrl = fdLink(fd, "error ctrl (ufdOpen HTTP)");
-+ fd = u->data fdLink(fd, "error data (ufdOpen HTTP)");
++ fd = u->data = fdLink(fd, "error data (ufdOpen HTTP)");
+#endif
} else {
fd->bytesRemain = ((!strcmp(cmd, "GET"))
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/6e115b2320d8152309c7183c8b36641fbb1316b9
More information about the pld-cvs-commit
mailing list