Author: romke Date: Thu Oct 13 23:38:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed dietlibc build with linux-libc-headers-2.6.12, 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).
---- Files affected: SPECS: util-vserver.spec (1.74 -> 1.75) ---- Diffs: ================================================================ Index: SPECS/util-vserver.spec diff -u SPECS/util-vserver.spec:1.74 SPECS/util-vserver.spec:1.75 --- SPECS/util-vserver.spec:1.74 Thu Oct 13 20:20:52 2005 +++ SPECS/util-vserver.spec Fri Oct 14 01:38:33 2005 @@ -10,7 +10,7 @@ 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 @@ -274,6 +274,9 @@ cp -a compat.h vserver-compat.h %build +%if %{with dietlibc} +CFLAGS="%{rpmcflags} -D__GLIBC__" +%endif %{__aclocal} -I m4 %{__automake} %{__autoconf} @@ -576,6 +579,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.75 2005/10/13 23:38:33 romke +- fixed dietlibc build with linux-libc-headers-2.6.12, + 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). + Revision 1.74 2005/10/13 18:20:52 baggins - release 2.1 - added -mounted patch to accommodate for building vservers ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.74&r2=1.75&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
