mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-26 08:53:49 +01:00
Fix build with distcc
It also fixes a warning when building without distcc: armv7a-unknown-linux-gnueabihf-gcc: warning: ../src/: linker input file unused because linking not done https://bugs.gentoo.org/704044
This commit is contained in:
parent
f4eedd3cde
commit
0a706db5d7
@ -19,8 +19,7 @@ lib_LTLIBRARIES = libb2.la
|
|||||||
libb2_la_LIBADD = # -lgomp -lpthread
|
libb2_la_LIBADD = # -lgomp -lpthread
|
||||||
libb2_la_LDFLAGS = -no-undefined
|
libb2_la_LDFLAGS = -no-undefined
|
||||||
libb2_la_CPPFLAGS = -DSUFFIX= \
|
libb2_la_CPPFLAGS = -DSUFFIX= \
|
||||||
$(LTDLINCL) \
|
$(LTDLINCL)
|
||||||
${top_builddir}/src/
|
|
||||||
|
|
||||||
include_HEADERS = blake2.h
|
include_HEADERS = blake2.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user