Skip to content
Snippets Groups Projects
Commit bef52af6 authored by Steven Barth's avatar Steven Barth
Browse files

polarssl: Fix build failures due to PKG_NAME != dir name


Packages that depend on PolarSSL fail to build because polarssl's InstallDev
section never actually gets executed because (prior to this patch) the package
name does not match the subdir the package is in (presumably due to upstream
name change).  As a workaround I have changed the package name back to
polarssl and used a new variable SRC_PKG_NAME for the purposes of downloading
the upstream tarball and creating PKG_BUILD_DIR.

Signed-off-by: default avatarDaniel Dickinson <openwrt@daniel.thecshore.com>

SVN-Revision: 46683
parent 4d85dd6a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment