[wireshark/f14/master] remove unnecessary -D_LARGEFILE64_SOURCE

Jan Šafránek jsafrane at fedoraproject.org
Thu Nov 4 15:26:36 UTC 2010


commit 503af209bd27e2724c619b6bdc8355edb0eb5ff1
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Thu Nov 4 16:26:26 2010 +0100

    remove unnecessary -D_LARGEFILE64_SOURCE

 wireshark.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wireshark.spec b/wireshark.spec
index 24caf76..2e2cb29 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -132,8 +132,8 @@ export PIECFLAGS="-fpie"
 %endif
 # FC5+ automatic -fstack-protector-all switch
 export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fstack-protector-all}
-export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
-export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS -D_LARGEFILE64_SOURCE"
+export CFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS $CPPFLAGS $PIECFLAGS"
 export LDFLAGS="$LDFLAGS -pie"
 %if %{svn_version}
 ./autogen.sh


More information about the scm-commits mailing list