summaryrefslogtreecommitdiffstats
path: root/package/rpm
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2012-04-04 10:23:44 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-04 21:20:26 +0200
commite42361bb01eb40c52e3f6de6e77bf761fff397c5 (patch)
treec1e3d6d339bad94c1fe151b8bd847791be54c139 /package/rpm
parent738b0b055513f559811bf545cf26f539d1edf422 (diff)
downloadbuildroot-novena-e42361bb01eb40c52e3f6de6e77bf761fff397c5.tar.gz
buildroot-novena-e42361bb01eb40c52e3f6de6e77bf761fff397c5.zip
rpm: Fix automagic dependency on openssl
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/rpm')
-rw-r--r--package/rpm/rpm.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 9f42ee18d..4ce2ecb80 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)