X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=nfs-utils.spec.in;h=36c53f4489d29562f06e1d9f5ae09ee4c09bde52;hp=e135e8189014e38ca17305e5226cfb79fe9d204b;hb=92c4f0933fda11e81655c3fc55df11f131a6c538;hpb=1d9510623129714487cc9c804dcc544519fb1caa diff --git a/nfs-utils.spec.in b/nfs-utils.spec.in index e135e81..36c53f4 100644 --- a/nfs-utils.spec.in +++ b/nfs-utils.spec.in @@ -4,7 +4,7 @@ Summary: NFS utlilities and supporting daemons for the kernel NFS server. Name: nfs-utils Version: @VERSION@ -Release: 1 +Release: @RELEASE@ Source0: ftp://nfs.sourceforge.net/pub/nfs/%{name}-%{version}.tar.gz Group: System Environment/Daemons Obsoletes: nfs-server @@ -35,7 +35,9 @@ clients which are mounted on that host. %setup -q %build -%configure +CC=%{__cc}; export CC +BUILD_CC=gcc; export BUILD_CC +%configure --build=%{__build_alias} make all %install