[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/ethereal/devel ethereal.spec,1.35,1.36
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/ethereal/devel ethereal.spec,1.35,1.36
- Date: Fri, 15 Jul 2005 05:54:25 -0400
Author: rvokal
Update of /cvs/dist/rpms/ethereal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31473
Modified Files:
ethereal.spec
Log Message:
- fixed buildrequres (#163244)
Index: ethereal.spec
===================================================================
RCS file: /cvs/dist/rpms/ethereal/devel/ethereal.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ethereal.spec 31 May 2005 09:07:44 -0000 1.35
+++ ethereal.spec 15 Jul 2005 09:54:23 -0000 1.36
@@ -14,6 +14,7 @@
Patch1: ethereal-0.10.0a-ia64-segfault.patch
Patch3: ethereal-0.10.8-htmlview.patch
Patch4: ethereal-0.10.11-cleanup.patch
+Patch5: pied.patch
Url: http://www.ethereal.com/
BuildRoot: %{_tmppath}/%{name}-root
Requires: libpcap >= 0.6
@@ -21,7 +22,7 @@
BuildRequires: libpcap >= 0.6
BuildRequires: net-snmp-devel >= 5.0
BuildRequires: net-snmp-utils >= 5.0
-BuildRequires: zlib-devel
+BuildRequires: zlib-devel, bzip2-devel
BuildRequires: openssl-devel
BuildRequires: glib2-devel, gtk2-devel
BuildRequires: elfutils-devel, krb5-devel
@@ -53,12 +54,13 @@
%patch1 -p1 -b .ia64
%patch3 -p1 -b .htmlview
%patch4 -p1 -b .cleanup
+%patch5 -p1 -b .pied
%build
#./autogen.sh
-export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS"
-export LDFLAGS="$LDFLAGS -lm"
+export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fPIE"
+export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS -fPIE"
+export LDFLAGS="$LDFLAGS -lm -pie"
%configure \
--bindir=%{_sbindir} \
--enable-zlib \
@@ -154,6 +156,9 @@
%changelog
+* Fri Jul 15 2005 Radek Vokal <rvokal redhat com> 0.10.11-4
+- fixed buildrequres (#163244)
+
* Mon May 30 2005 Radek Vokal <rvokal redhat com> 0.10.11-3
- ethereal cleanup, patch by Steve Grubb <sgrubb redhat com> (#159107)
- few more cleanups
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]