Old patch was getting in the way, Daniel

This commit is contained in:
Daniel Veillard 2008-01-11 09:36:13 +00:00
parent f499c30875
commit 6db52799e0
2 changed files with 0 additions and 21 deletions

View File

@ -1,19 +0,0 @@
*** nanohttp.c.orig 2007-08-23 22:28:31.000000000 +0200
--- nanohttp.c 2007-08-23 22:28:51.000000000 +0200
*************** xmlNanoHTTPSave(void *ctxt, const char *
*** 1585,1591 ****
if (!strcmp(filename, "-"))
fd = 0;
else {
! fd = open(filename, O_CREAT | O_WRONLY);
if (fd < 0) {
xmlNanoHTTPClose(ctxt);
return(-1);
--- 1585,1591 ----
if (!strcmp(filename, "-"))
fd = 0;
else {
! fd = open(filename, O_CREAT | O_WRONLY, 0666);
if (fd < 0) {
xmlNanoHTTPClose(ctxt);
return(-1);

View File

@ -11,7 +11,6 @@ URL: http://xmlsoft.org/
Prefix: %{_prefix}
Docdir: %{_docdir}
Patch0: multilib.patch
Patch1: creat.patch
%description
This library allows to manipulate XML files. It includes support
@ -61,7 +60,6 @@ at parse time or later once the document has been modified.
%prep
%setup -q
%patch0 -p1
%patch1 -p0
%build
%configure