|
@@ -24,9 +24,9 @@ SPEECHD_PRE_CONFIGURE_HOOKS += SPEECHD_TOUCH_CONFIG_RPATH
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBTOOL),y)
|
|
|
SPEECHD_DEPENDENCIES += libtool
|
|
|
-SPEECHD_CONF_OPTS += --with-libltdl
|
|
|
+SPEECHD_CONF_OPTS += --enable-ltdl
|
|
|
else
|
|
|
-SPEECHD_CONF_OPTS += --without-libltdl
|
|
|
+SPEECHD_CONF_OPTS += --disable-ltdl
|
|
|
endif
|
|
|
|
|
|
define SPEECHD_INSTALL_INIT_SYSTEMD
|