Author: arekm Date: Thu Jun 19 08:21:23 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 9; filterout -Wl,-z,relro which break dietlibc binaries
---- Files affected: SPECS: util-vserver.spec (1.193 -> 1.194) ---- Diffs: ================================================================ Index: SPECS/util-vserver.spec diff -u SPECS/util-vserver.spec:1.193 SPECS/util-vserver.spec:1.194 --- SPECS/util-vserver.spec:1.193 Wed Jun 18 16:33:33 2008 +++ SPECS/util-vserver.spec Thu Jun 19 10:21:17 2008 @@ -21,7 +21,7 @@ Summary(pl.UTF-8): Narzędzia dla linuksowych serwerów wirtualnych Name: util-vserver Version: 0.30.215 -Release: 8 +Release: 9 License: GPL Group: Applications/System Source0: http://ftp.linux-vserver.org/pub/utils/util-vserver/%{name}-%{version}.tar.bz2 @@ -101,6 +101,11 @@ Obsoletes: util-vserver-core BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%if %{with dietlibc} +# binaries created with this option have broken segments when using dietlibc +%define filterout_ld -Wl,-z,relro +%endif + # for adapter %define _usrbin /usr/bin %define _usrsbin /usr/sbin @@ -975,6 +980,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.194 2008/06/19 08:21:17 arekm +- rel 9; filterout -Wl,-z,relro which break dietlibc binaries + Revision 1.193 2008/06/18 14:33:33 zbyniu - more-caps.patch for new caps in .24+ kernels; rel 8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/util-vserver.spec?r1=1.193&r2=1.194&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
