]> git.pld-linux.org Git - packages/xinetd.git/commitdiff
- gcc4 fix, release 3. auto/th/xinetd-2_3_13-3
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 11 Dec 2005 14:24:31 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xinetd.spec -> 1.58

xinetd.spec

index 8f12e4993bda67ea1b29562fda911e4dbd19e9d4..0bbb641be7149edf7ee5019ad4d77b5945e03f65 100644 (file)
@@ -5,13 +5,14 @@ Summary(ru):  xinetd - 
 Summary(uk):   xinetd - ÂÁÇÁÔÁ ÍÏÖÌÉ×ÏÓÔÑÍÉ ÚÁͦÎÁ inetd
 Name:          xinetd
 Version:       2.3.13
-Release:       2
+Release:       3
 Group:         Daemons
 License:       BSD-like
 Source0:       http://www.xinetd.org/%{name}-%{version}.tar.gz
 # Source0-md5: 4295b5fe12350f09b5892b363348ac8b
 Source1:       %{name}.inet.sh
 Patch0:                %{name}-no_libnsl.patch
+Patch1:                %{name}-gcc4.patch
 URL:           http://www.xinetd.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,6 +25,8 @@ Obsoletes:    rlinetd
 Obsoletes:     netkit-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags       -fno-strict-aliasing
+
 %description
 xinetd is a powerful replacement for inetd. xinetd has access control
 machanisms, extensive logging capabilities, the ability to make
@@ -100,6 +103,7 @@ xinetd 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
This page took 0.146235 seconds and 4 git commands to generate.