mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/octave: add optional zlib support
Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2b79840a24
commit
fa54abf730
1 changed files with 7 additions and 0 deletions
|
|
@ -28,4 +28,11 @@ else
|
|||
OCTAVE_CONF_OPTS += --disable-readline
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
OCTAVE_CONF_OPTS += --with-z
|
||||
OCTAVE_DEPENDENCIES += zlib
|
||||
else
|
||||
OCTAVE_CONF_OPTS += --without-z
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
|
|
|||
Loading…
Reference in a new issue