[Buildroot] [PATCH v2] rpm: Fix automagic dependency on openssl

Markos Chandras markos.chandras at imgtec.com
Wed Apr 4 09:23:44 UTC 2012


Signed-off-by: Markos Chandras <markos.chandras at imgtec.com>
---
 package/rpm/rpm.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 4d8fe21..50425a4 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -15,6 +15,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)
-- 
1.7.1




More information about the buildroot mailing list