Browse Source

Help Solaris find the damn autoconf cache file.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
0732568565
  1. 4
      mutt/mutt.spec

4
mutt/mutt.spec

@ -44,7 +44,7 @@ Distribution: OpenPKG [BASE]
Group: Mail
License: BSD
Version: %{V_mutt}i
Release: 20020823
Release: 20020826
# list of sources
Source0: ftp://ftp.mutt.org/pub/mutt/mutt-%{V_mutt}i.tar.gz
@ -91,7 +91,7 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="-DICONV_CONST=const" \
./configure \
--cache-file=config.cache \
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/mutt \
--with-docdir=%{l_prefix}/share/mutt \

Loading…
Cancel
Save