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
@ -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 New Issue
Block a user