Skip to content

Commit

Permalink
openssl: drop dependency on ccache and add local-cc build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeter4 committed Dec 11, 2022
1 parent a0f2e9c commit 6d3b461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/security/openssl/package.mk
Expand Up @@ -8,10 +8,10 @@ PKG_SHA256="83049d042a260e696f62406ac5c08bf706fd84383f945cf21bd61e9ed95c396e"
PKG_LICENSE="Apache-2.0"
PKG_SITE="https://www.openssl.org"
PKG_URL="https://www.openssl.org/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="ccache:host"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security"
PKG_TOOLCHAIN="configure"
PKG_BUILD_FLAGS="+local-cc"

PKG_CONFIGURE_OPTS_SHARED="--libdir=lib \
shared \
Expand Down

0 comments on commit 6d3b461

Please sign in to comment.