]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
rpm: Fix automagic dependency on openssl
authorMarkos Chandras <markos.chandras@imgtec.com>
Wed, 4 Apr 2012 09:23:44 +0000 (10:23 +0100)
committerPeter 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

index 9f42ee18d5565fd7543908466b50cf2a2f8efbdd..4ce2ecb80d8b21285a23e3250f53087335edfe33 100644 (file)
@@ -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)