1
0
Fork 0
mirror of https://github.com/BLAKE2/libb2 synced 2024-05-23 03:36:02 +02: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:
Alexey Sokolov 2020-04-26 13:14:26 +01:00 committed by GitHub
parent f4eedd3cde
commit 0a706db5d7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,7 @@ lib_LTLIBRARIES = libb2.la
libb2_la_LIBADD = # -lgomp -lpthread
libb2_la_LDFLAGS = -no-undefined
libb2_la_CPPFLAGS = -DSUFFIX= \
$(LTDLINCL) \
${top_builddir}/src/
$(LTDLINCL)
include_HEADERS = blake2.h