Old patch was getting in the way, Daniel
This commit is contained in:
parent
f499c30875
commit
6db52799e0
19
creat.patch
19
creat.patch
@ -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);
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user