projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738b0b0
)
rpm: Fix automagic dependency on openssl
author
Markos Chandras
<markos.chandras@imgtec.com>
Wed, 4 Apr 2012 09:23:44 +0000
(10:23 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Apr 2012 19:20:26 +0000
(21:20 +0200)
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/rpm/rpm.mk
patch
|
blob
|
history
diff --git
a/package/rpm/rpm.mk
b/package/rpm/rpm.mk
index 9f42ee18d5565fd7543908466b50cf2a2f8efbdd..4ce2ecb80d8b21285a23e3250f53087335edfe33 100644
(file)
--- 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)