mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GNUPLOT_VERSION = 5.4.10
|
||||
GNUPLOT_VERSION = 6.0.1
|
||||
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
|
||||
GNUPLOT_LICENSE = gnuplot license (open source)
|
||||
GNUPLOT_LICENSE_FILES = Copyright
|
||||
@@ -41,8 +41,9 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||
GNUPLOT_CONF_OPTS += --with-readline=gnu
|
||||
GNUPLOT_DEPENDENCIES += readline
|
||||
else
|
||||
GNUPLOT_CONF_OPTS += --without-readline
|
||||
else ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||
GNUPLOT_CONF_OPTS += --with-readline=bsd
|
||||
GNUPLOT_DEPENDENCIES += libedit
|
||||
endif
|
||||
|
||||
# Remove Javascript scripts, lua scripts, PostScript files
|
||||
|
||||
Reference in New Issue
Block a user