|
@@ -89,6 +89,13 @@ else
|
|
RPM_CONF_OPTS += --disable-python
|
|
RPM_CONF_OPTS += --disable-python
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_READLINE),y)
|
|
|
|
+RPM_DEPENDENCIES += readline
|
|
|
|
+RPM_CONF_OPTS += --with-readline
|
|
|
|
+else
|
|
|
|
+RPM_CONF_OPTS += --without-readline
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
|
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
|
RPM_DEPENDENCIES += sqlite
|
|
RPM_DEPENDENCIES += sqlite
|
|
RPM_CONF_OPTS += --enable-sqlite
|
|
RPM_CONF_OPTS += --enable-sqlite
|