diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-19 22:47:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-08-19 22:47:33 +0200 |
commit | 895b529515661f911443b6f5fed1a42aa85ea08a (patch) | |
tree | b5f195d18186aa508eac506d7f99182cff6b0121 /package/lzop/Makefile | |
parent | 07492630c8578fbb0e346cbbf4e70e4a6d231bb5 (diff) |
solidrun-imx6: fix default fslc kernel build, reported by Joern
Diffstat (limited to 'package/lzop/Makefile')
-rw-r--r-- | package/lzop/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/lzop/Makefile b/package/lzop/Makefile index 0221bed34..ca30eee44 100644 --- a/package/lzop/Makefile +++ b/package/lzop/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= compression utility PKG_SECTION:= app/archive PKG_DEPENDS:= liblzo PKG_BUILDDEP:= liblzo +HOST_BUILDDEP:= liblzo-host PKG_URL:= http://www.lzop.org/ PKG_SITES:= http://www.lzop.org/download/ PKG_BB:= 1 |