]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- rel 14; add faccessat auto/th/dietlibc-0_32-14
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 29 Aug 2011 20:55:05 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc.spec -> 1.105
    faccessat.patch -> 1.1

dietlibc.spec
faccessat.patch [new file with mode: 0644]

index aed38908b04f37c7f5d88b40239428851903e060..d8507db47e5944fbc1932046cc8b9e52799dec36 100644 (file)
@@ -12,7 +12,7 @@ Summary(pl.UTF-8):    Biblioteka standardowa C zoptymalizowana na rozmiar
 Summary(pt_BR.UTF-8):  libc pequena otimizada para tamanho
 Name:          dietlibc
 Version:       0.32
-Release:       13
+Release:       14
 Epoch:         2
 License:       GPL v2
 Group:         Development/Libraries
@@ -41,6 +41,7 @@ Patch19:      %{name}-notify.patch
 Patch20:       %{name}-loop.patch
 # http://svn.exactcode.de/t2/trunk/package/base/dietlibc/fdopendir.patch, needed by util-linux
 Patch21:       fdopendir.patch
+Patch22:       faccessat.patch
 URL:           http://www.fefe.de/dietlibc/
 BuildRequires: rpmbuild(macros) >= 1.566
 BuildRequires: sed >= 4.0
@@ -130,6 +131,7 @@ statyczne.
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e '/CFLAGS/ s/-Wextra//' Makefile
diff --git a/faccessat.patch b/faccessat.patch
new file mode 100644 (file)
index 0000000..5f172dc
--- /dev/null
@@ -0,0 +1,6 @@
+--- /dev/null  2010-10-27 14:43:31.488782000 +0200
++++ dietlibc/syscalls.s/faccessat.S    2011-01-05 15:37:28.000000000 +0100
+@@ -0,0 +1,3 @@
++#include "syscalls.h"
++
++syscall(faccessat,faccessat)
This page took 0.039249 seconds and 4 git commands to generate.