Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
apk-tools
Commits
86bfc631
Commit
86bfc631
authored
Mar 28, 2012
by
Timo Teräs
Browse files
build: openssl seems to require -ldl for now, so add that
parent
5ae0206d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
86bfc631
...
...
@@ -58,6 +58,7 @@ CFLAGS_apk-test.o := -DAPK_VERSION=\"$(FULL_VERSION)\" -DOPENSSL_NO_ENGINE -DTES
progs-$(STATIC)
+=
apk.static
apk.static-objs
:=
$(
filter-out
apk.o,
$
(
apk-objs
))
apk-static.o
LDFLAGS_apk.static
:=
-static
LIBS_apk.static
:=
-Wl
,--as-needed
-ldl
-Wl
,--no-as-needed
LDFLAGS_apk
+=
-nopie
-L
$(obj)
LDFLAGS_apk-test
+=
-nopie
-L
$(obj)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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