]> git.pld-linux.org Git - packages/nut.git/commitdiff
- Release: 2 auto/ac/nut-1_4_1-2
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 4 Feb 2004 13:56:57 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- AMD64 fixes: config.sub refreshed and /usr/X11R6/lib changed to /usr/X66R6/%{_lib}

Changed files:
    nut.spec -> 1.72

nut.spec

index ab278ff9615691450721ed0a81dfc7fa865766e5..ae481593870dec86d64aa7f9a864c15cf4b69069 100644 (file)
--- a/nut.spec
+++ b/nut.spec
@@ -2,7 +2,7 @@ Summary:        Network UPS Tools
 Summary(pl):   Sieciowe narzêdzie do UPS-ów
 Name:          nut
 Version:       1.4.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://penguin.harrison.k12.co.us/mirrors/nut/release/1.4/%{name}-%{version}.tar.gz
@@ -159,9 +159,10 @@ Plik wynikowy oraz nag
 %{?_with_new_everups_driver:install %{SOURCE4} drivers/everups.c }
 
 %build
+cp -f /usr/share/automake/config.sub .
 %{__aclocal}
 %{__autoconf}
-LDFLAGS="-L%{_prefix}/X11R6/lib"; export LDFLAGS
+LDFLAGS="-L%{_prefix}/X11R6/%{_lib}"; export LDFLAGS
 %configure \
        --with-ssl \
        --with-cgi \
This page took 0.040577 seconds and 4 git commands to generate.