diff mbox

[v2] rpm: Fix automagic dependency on openssl

Message ID 1333531424-32307-1-git-send-email-markos.chandras@imgtec.com
State Accepted
Headers show

Commit Message

Markos Chandras April 4, 2012, 9:23 a.m. UTC
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
 package/rpm/rpm.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Peter Korsgaard April 4, 2012, 7:26 p.m. UTC | #1
>>>>> "Markos" == Markos Chandras <markos.chandras@imgtec.com> writes:

 Markos> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>

Committed, thanks.
diff mbox

Patch

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)