mirror of https://github.com/MidnightCommander/mc
Trivial fix from Vlad Romanenko <vladam@users.sourceforge.net>
This commit is contained in:
parent
e0bbeb7085
commit
c61c08f137
14
mc.spec.in
14
mc.spec.in
|
@ -1,11 +1,11 @@
|
||||||
# Conditional build (replace "#%-" with "#" to enable):
|
# Conditional build (replace "#" with "%" to enable):
|
||||||
#
|
#
|
||||||
#%-define _with_ncurses 1 # use ncurses
|
#define _with_ncurses 1 # use ncurses
|
||||||
#%-define _with_included_slang 1 # use included S-Lang library
|
#define _with_included_slang 1 # use included S-Lang library
|
||||||
#%-define _with_charset 1 # enable code for charset conversion
|
#define _with_charset 1 # enable code for charset conversion
|
||||||
#%-define _with_samba 1 # enable SMB/CIFS virtual file system
|
#define _with_samba 1 # enable SMB/CIFS virtual file system
|
||||||
#%-define _with_ext2undel 1 # compile with ext2 undelete code
|
#define _with_ext2undel 1 # compile with ext2 undelete code
|
||||||
#%-define _without_x 1 # avoid dependency on X11 libraries
|
#define _without_x 1 # avoid dependency on X11 libraries
|
||||||
|
|
||||||
# Note that this is NOT a relocatable package
|
# Note that this is NOT a relocatable package
|
||||||
%define ver @VERSION@
|
%define ver @VERSION@
|
||||||
|
|
Loading…
Reference in New Issue