mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
removed tarsnaps scrypt(), using libsodiums instead
This commit is contained in:
@@ -125,9 +125,6 @@ AC_TRY_LINK([
|
||||
AC_MSG_RESULT([yes])
|
||||
])
|
||||
|
||||
# scrypt checks
|
||||
AC_CHECK_DECLS([be64enc], [], [], [[#include <sys/endian.h>]])
|
||||
AC_CHECK_FUNCS(posix_memalign)
|
||||
|
||||
cross_compile="no"
|
||||
AC_MSG_CHECKING([compiler and flags for sanity])
|
||||
@@ -383,7 +380,7 @@ AM_CONDITIONAL([BUILDPY], [test "x$python" = "xyes"])
|
||||
AC_SUBST(PACKAGE_VERSION)
|
||||
|
||||
# Specify output files
|
||||
AC_CONFIG_FILES([Makefile include/Makefile libpcp/Makefile libpcp/scrypt/Makefile src/Makefile man/Makefile \
|
||||
AC_CONFIG_FILES([Makefile include/Makefile libpcp/Makefile src/Makefile man/Makefile \
|
||||
tests/Makefile libpcp/libpcp1.pc bindings/cpp/Makefile bindings/py/Makefile])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user