- nano.spec.in - Change default flags to --enable-all
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1435 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
588df68a8c
commit
97e10b5d0d
|
@ -29,6 +29,8 @@ CVS code
|
|||
optional.
|
||||
- nanorc.sample:
|
||||
- Make nanorc entry less tolerant of invalid colors.
|
||||
- nano.spec.in:
|
||||
- Change default flags to --enable-all.
|
||||
|
||||
GNU nano 1.1.99pre2 - 2003.02.03
|
||||
- General:
|
||||
|
|
|
@ -21,7 +21,7 @@ text editor while also offering a few enhancements.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-extra
|
||||
%configure --enable-all
|
||||
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
|
|
Loading…
Reference in New Issue