[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/udev/devel udev.spec,1.91,1.92
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/udev/devel udev.spec,1.91,1.92
- Date: Thu, 7 Jul 2005 09:36:44 -0400
Author: harald
Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1622
Modified Files:
udev.spec
Log Message:
compile with pie
Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- udev.spec 21 May 2005 03:38:00 -0000 1.91
+++ udev.spec 7 Jul 2005 13:36:42 -0000 1.92
@@ -7,7 +7,7 @@
Summary: A userspace implementation of devfs
Name: udev
Version: 058
-Release: 1
+Release: 2
License: GPL
Group: System Environment/Base
%if !%{with_persistent}
@@ -111,7 +111,7 @@
%endif
make clean
-make CC="gcc $RPM_OPT_FLAGS" \
+make CC="gcc $RPM_OPT_FLAGS -fpie -pie" LDFLAGS="-pie" \
USE_KLIBC=false \
USE_SELINUX=true \
udevdir="/dev" \
@@ -296,6 +296,9 @@
%endif
%changelog
+* Thu Jul 07 2005 Harald Hoyer <harald redhat com> - 058-2
+- compile with pie
+
* Fri May 20 2005 Bill Nottingham <notting redhat com> - 058-1
- update to 058, fixes conflict with newer kernels (#158371)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]