Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
liboqs
Commits
a5513660
Commit
a5513660
authored
6 years ago
by
Douglas Stebila
Browse files
Options
Download
Plain Diff
Merge branch 'nist-branch' of github.com:open-quantum-safe/liboqs into nist-branch
parents
21890095
d7596cba
nist-branch-snapshot-2018-11
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-1
Makefile
with
5 additions
and
1 deletion
Makefile
+
5
−
1
View file @
a5513660
...
...
@@ -72,6 +72,10 @@ ifeq ($(DETECTED_OS), Linux)
endif
endif
LDFLAGS
+=
-Wl
,-rpath,
${
OPENSSL_LIB_DIR
}
ifeq
($(DETECTED_OS), Linux)
LDFLAGS
+=
-Wl
,--enable-new-dtags
endif
LDFLAGS
+=
-L
$(
OPENSSL_LIB_DIR
)
-lcrypto
-lm
KECCAK_INCLUDE_DIR
=
vendor/XKCP-master/bin/generic64
...
...
@@ -157,7 +161,7 @@ libkeccak:
liboqs
:
libkeccak headers $(OBJECTS) $(UPSTREAMS)
$(
RM
)
-f
liboqs.a
ar rcs liboqs.a
`
find .objs
-name
'*.a'
`
`
find .objs
-name
'*.o'
`
gcc
-shared
-o
liboqs.so
`
find .objs
-name
'*.a'
`
`
find .objs
-name
'*.o'
`
-L
$(
OPENSSL_LIB_DIR
)
-lcrypto
gcc
-shared
-o
liboqs.so
`
find .objs
-name
'*.a'
`
`
find .objs
-name
'*.o'
`
${
LDFLAGS
}
TEST_PROGRAMS
=
test_kem test_kem_shared test_sig test_sig_shared
$(TEST_PROGRAMS)
:
liboqs
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets