]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- fixed dietlibc build with linux-libc-headers-2.6.12,
authorromke <romke@pld-linux.org>
Thu, 13 Oct 2005 23:38:33 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  on 2.6.12 even if you !define WANT_KERNEL_TYPES you must use GLIBC
  to not use types from types.h,
- release 2.2, STBR (test-build --with dietlibc).

Changed files:
    util-vserver.spec -> 1.75

util-vserver.spec

index d34b6de9b4bc3e53d07ed16a8ce44a93cfc62b30..38a4eac0a4ad6e629cca75bd83af7ad41dc1eecf 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Linux virtual server utilities
 Summary(pl):   Narzêdzia dla linuksowych serwerów wirtualnych
 Name:          util-vserver
 Version:       0.30.208
-Release:       2.1
+Release:       2.2
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%{name}-%{version}.tar.bz2
@@ -273,6 +273,9 @@ install %{SOURCE7} package-menagament.txt
 cp -a compat.h vserver-compat.h
 
 %build
+%if %{with dietlibc}
+CFLAGS="%{rpmcflags} -D__GLIBC__"
+%endif
 %{__aclocal} -I m4
 %{__automake}
 %{__autoconf}
This page took 0.06334 seconds and 4 git commands to generate.