Loading package/rpm/rpm.mk +16 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,20 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ --with-libbeecrypt=$(STAGING_DIR) \ --with-popt=$(STAGING_DIR) ifeq ($(BR2_PACKAGE_PCRE),y) RPM_DEPENDENCIES += pcre RPM_CONF_OPT += --with-pcre=external else RPM_CONF_OPT += --with-pcre=no endif ifeq ($(BR2_PACKAGE_FILE),y) RPM_DEPENDENCIES += file RPM_CONF_OPT += --with-file=external else RPM_CONF_OPT += --with-file=no endif ifeq ($(BR2_PACKAGE_RPM_XZ_PAYLOADS),y) RPM_CONF_OPT+=--with-xz endif Loading Loading
package/rpm/rpm.mk +16 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,20 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ --with-libbeecrypt=$(STAGING_DIR) \ --with-popt=$(STAGING_DIR) ifeq ($(BR2_PACKAGE_PCRE),y) RPM_DEPENDENCIES += pcre RPM_CONF_OPT += --with-pcre=external else RPM_CONF_OPT += --with-pcre=no endif ifeq ($(BR2_PACKAGE_FILE),y) RPM_DEPENDENCIES += file RPM_CONF_OPT += --with-file=external else RPM_CONF_OPT += --with-file=no endif ifeq ($(BR2_PACKAGE_RPM_XZ_PAYLOADS),y) RPM_CONF_OPT+=--with-xz endif Loading