From: Markos Chandras Date: Wed, 4 Apr 2012 09:23:44 +0000 (+0100) Subject: rpm: Fix automagic dependency on openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e42361bb01eb40c52e3f6de6e77bf761fff397c5;p=buildroot.git rpm: Fix automagic dependency on openssl Signed-off-by: Markos Chandras Signed-off-by: Peter Korsgaard --- diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk index 9f42ee18d5..4ce2ecb80d 100644 --- a/package/rpm/rpm.mk +++ b/package/rpm/rpm.mk @@ -13,6 +13,7 @@ RPM_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/beecrypt -I RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ --without-selinux \ --without-python --without-perl \ + --with-openssl=external \ --with-zlib=$(STAGING_DIR) \ --with-libbeecrypt=$(STAGING_DIR) \ --with-popt=$(STAGING_DIR)