|
@@ -43,6 +43,13 @@ else
|
|
OCTAVE_CONF_OPTS += --without-curl
|
|
OCTAVE_CONF_OPTS += --without-curl
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
|
|
|
|
+OCTAVE_CONF_OPTS += --with-sndfile
|
|
|
|
+OCTAVE_DEPENDENCIES += libsndfile
|
|
|
|
+else
|
|
|
|
+OCTAVE_CONF_OPTS += --without-sndfile
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
OCTAVE_CONF_OPTS += --with-openssl=yes
|
|
OCTAVE_CONF_OPTS += --with-openssl=yes
|
|
OCTAVE_DEPENDENCIES += openssl
|
|
OCTAVE_DEPENDENCIES += openssl
|