Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
apk-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
apk-tools
Commits
4d69d123
Commit
4d69d123
authored
May 19, 2020
by
Fredrik Gustafsson
Committed by
Timo Teräs
May 19, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix logic to not compile lua module when it was not asked
fixes
12fdf6fc
"allow building without help..."
parent
d0edeec8
Pipeline
#18724
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Makefile
src/Makefile
+1
-1
No files found.
src/Makefile
View file @
4d69d123
...
...
@@ -45,7 +45,7 @@ install-libapk_a := $(INSTALLDIR) $(DESTDIR)$(LIBDIR) && \
apk-static-libs
:=
$
(
libapk.a-libs
)
$(obj)
/libapk.a
# Lua module
if
neq
($(LUAAPK),
)
if
eq
($(LUAAPK),yes
)
LUA_VERSION
?=
5.3
LUA_PC
?=
lua
$(LUA_VERSION)
LUA_LIBDIR
?=
/usr/lib/lua/
$(LUA_VERSION)
...
...
Timo Teräs
@fabled
mentioned in merge request
!27 (closed)
·
May 19, 2020
mentioned in merge request
!27 (closed)
mentioned in merge request !27
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment