proplib: drop fdatasync patch for now.
This commit is contained in:
parent
37155964e7
commit
65feefc117
|
@ -1,11 +0,0 @@
|
|||
--- src/prop_object.c.orig 2012-05-15 16:34:56.968699452 +0200
|
||||
+++ src/prop_object.c 2012-05-15 16:35:58.796906967 +0200
|
||||
@@ -858,7 +858,7 @@ _prop_object_externalize_write_file(cons
|
||||
goto bad;
|
||||
}
|
||||
|
||||
- if (fsync(fd) == -1)
|
||||
+ if (fdatasync(fd) == -1)
|
||||
goto bad;
|
||||
|
||||
myumask = umask(0);
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'proplib'
|
||||
pkgname=proplib
|
||||
version=0.6.1
|
||||
revision=2
|
||||
homepage="http://code.google.com/p/portableproplib"
|
||||
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.xz"
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Portable Property container object library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Simplified BSD"
|
||||
homepage="http://code.google.com/p/portableproplib"
|
||||
distfiles="http://portableproplib.googlecode.com/files/$pkgname-$version.tar.xz"
|
||||
checksum=b3c4c2432b5c18b58ef09780654280f4e46e17d09e1c186387a8eb00e97653ad
|
||||
long_desc="
|
||||
The proplib library provides an abstract interface for creating and
|
||||
|
@ -25,5 +26,3 @@ long_desc="
|
|||
This proplib version is the same version than is available on NetBSD, but
|
||||
with the exception that NetBSD specific code has been removed and it has
|
||||
been converted to be built through the GNU autotools."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
|
Loading…
Reference in New Issue