]> git.pld-linux.org Git - packages/dietlibc.git/commitdiff
- rel 12; add missing loop.h definitions
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 May 2011 14:52:02 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dietlibc-loop.patch -> 1.1
    dietlibc.spec -> 1.102

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

diff --git a/dietlibc-loop.patch b/dietlibc-loop.patch
new file mode 100644 (file)
index 0000000..3ca8e1d
--- /dev/null
@@ -0,0 +1,23 @@
+--- dietlibc-0.32/include/linux/loop.h~        2003-08-19 18:58:18.000000000 +0200
++++ dietlibc-0.32/include/linux/loop.h 2011-05-30 16:50:15.748100072 +0200
+@@ -40,6 +40,7 @@
+ #define LO_CRYPT_IDEA         6
+ #define LO_CRYPT_DUMMY                9
+ #define LO_CRYPT_SKIPJACK     10
++#define LO_CRYPT_CRYPTOAPI    18
+ #define MAX_LO_CRYPT          20
+ /* IOCTL commands --- we will commandeer 0x4C ('L') */
+@@ -47,6 +48,12 @@
+ #define LOOP_CLR_FD   0x4C01
+ #define LOOP_SET_STATUS       0x4C02
+ #define LOOP_GET_STATUS       0x4C03
++#define LOOP_SET_STATUS       0x4C02
++#define LOOP_GET_STATUS       0x4C03
++#define LOOP_SET_STATUS64     0x4C04
++#define LOOP_GET_STATUS64     0x4C05
++#define LOOP_CHANGE_FD        0x4C06
++#define LOOP_SET_CAPACITY     0x4C07
+ __END_DECLS
index f0050445df3040aec50e485f0b473ab84cfca820..bd307fcf448edac999cc4c66e5edb85ed4ace3b5 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:       11
+Release:       12
 Epoch:         2
 License:       GPL v2
 Group:         Development/Libraries
@@ -38,6 +38,7 @@ Patch16:      %{name}-getsubopt.patch
 Patch17:       %{name}-devmacros.patch
 Patch18:       %{name}-bloat.patch
 Patch19:       %{name}-notify.patch
+Patch20:       %{name}-loop.patch
 URL:           http://www.fefe.de/dietlibc/
 BuildRequires: rpmbuild(macros) >= 1.566
 BuildRequires: sed >= 4.0
@@ -125,6 +126,7 @@ statyczne.
 %patch17 -p1
 %patch18 -p0
 %patch19 -p1
+%patch20 -p1
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e '/CFLAGS/ s/-Wextra//' Makefile
This page took 0.078371 seconds and 4 git commands to generate.