openblas: fix option.mk to really be able to say -dynamic

This commit is contained in:
Dr. Thomas Orgis 2020-02-21 17:48:58 +01:00
parent 7b52fb97b3
commit 26d0c5cd4c
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.openblas
# Choose dynamic target/processor choice at runtime or
# fixed build with build host CPU.
PKG_OPTIONS_GROUP.target= dynamic
PKG_OPTIONS_REQUIRED_GROUPS= target
PKG_SUGGESTED_OPTIONS= dynamic
PKG_SUPPORTED_OPTIONS= dynamic
PKG_SUGGESTED_OPTIONS= dynamic
.include "../../mk/bsd.prefs.mk"
.include "../../mk/bsd.options.mk"