]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- rel 2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 May 2008 09:37:00 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- force ipv6 support in configure
- don't check if socket(AF_INET6,...) works at build time

Changed files:
    amanda.spec -> 1.170

amanda.spec

index 7f217898641c2ecb7cd0be0e8f8e65d2bdb5e622..8927a0c638d68c8589b185999fac135d5fe40659 100644 (file)
@@ -9,7 +9,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.6.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -25,6 +25,7 @@ Patch3:               %{name}-bashizm.patch
 Patch4:                %{name}-as_needed.patch
 Patch5:                %{name}-tapetypes.patch
 Patch6:                %{name}-FHS.patch
+Patch7:                %{name}-no-buildtime-ipv6.patch
 URL:           http://www.amanda.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake
@@ -185,6 +186,7 @@ Wiązania perla dla serwera Amandy.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %{__libtoolize}
@@ -227,6 +229,7 @@ Wiązania perla dla serwera Amandy.
        --with-debugging=%{_sharedstatedir}/amanda/debug \
        --with-tmpdir=/var/tmp \
        --with-amperldir=%{perl_vendorarch} \
+       --with-ipv6 \
        --disable-installperms
 
 %{__make}
This page took 0.045986 seconds and 4 git commands to generate.