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
U
updater
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Michal Čihař
updater
Commits
918e03f9
Verified
Commit
918e03f9
authored
Sep 20, 2016
by
Michal 'vorner' Vaner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compilation fix of picosat
parent
6f52bbec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.dir
Makefile.dir
+2
-0
build
build
+1
-1
No files found.
Makefile.dir
View file @
918e03f9
LUA_NAME
:=
$(
shell
for
lua
in
lua5.1 lua-5.1 lua51 lua
;
do if
pkg-config
$$
lua
;
then
echo
$$
lua
;
break
;
fi
;
done
)
VALGRIND
:=
IN_VALGRIND
=
1 valgrind
--leak-check
=
full
--show-leak-kinds
=
all
--track-fds
=
yes
--trace-children
=
no
--child-silent-after-fork
=
yes
--error-exitcode
=
1
# For picosat, it otherwise needs some headers not available on musl for a feature we don't need.
EXTRA_DEFINES
:=
NGETRUSAGE
include
$(S)/build/Makefile.top
...
...
build
@
fbc4d510
Subproject commit
c555a99d459430783b2f66d627ed844b41a93b1b
Subproject commit
fbc4d51078e40b737b85ba1eda7b47bea967ce85
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