mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/nano: really disable nanorc for !BR2_PACKAGE_FILE
Commit3c4fa30f7a(package/nano: fix tiny build) tried to explicitly disable libmagic/coloring/nanorc, but accidently passed 2x --disable-libmagic instead of --disable-nanorc. Fix that. Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit3c71477f66) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -34,7 +34,7 @@ ifeq ($(BR2_PACKAGE_FILE),y)
|
||||
NANO_DEPENDENCIES += file
|
||||
NANO_CONF_OPTS += --enable-libmagic --enable-color --enable-nanorc
|
||||
else
|
||||
NANO_CONF_OPTS += --disable-libmagic --disable-libmagic --disable-color
|
||||
NANO_CONF_OPTS += --disable-libmagic --disable-color --disable-nanorc
|
||||
endif # BR2_PACKAGE_FILE
|
||||
endif # BR2_PACKAGE_NANO_TINY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user