Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to support building in SDK #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jucid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=jucid

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/mkschreder/jucid.git
PKG_SOURCE_VERSION:=49c573252ed8a1c0972d241a30364d717237b31a
PKG_SOURCE_URL:=https://github.com/mk-f/jucid.git
PKG_SOURCE_VERSION:=a2352647b1e65a43d59ede79d0ecbfa7f561855f
PKG_VERSION:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion luaposix33/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define Package/luaposix33
CATEGORY:=Languages
TITLE:=luaposix33
URL:=http://luaforge.net/projects/luaposix/
DEPENDS:=+lua +librt +luabitop +libncursesw
DEPENDS:=+lua +librt +luabitop +libncurses +PACKAGE_libncursesw:libncursesw
PKG_BUILD_DEPENDS:=+lua/host
endef

Expand Down