Skip to content

Commit

Permalink
ffsync: fix build of cross/cryptography
Browse files Browse the repository at this point in the history
- remove wrong definitions of OPENSSL_LIB_DIR and OPENSSL_INCLUDE_DIR; correct values are imported from spksrc.crossenv.mk
  • Loading branch information
hgy59 committed Nov 23, 2024
1 parent e5f4958 commit e919262
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spk/ffsync/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ SERVICE_PORT_TITLE = $(DISPLAY_NAME)
ADMIN_PORT = $(SERVICE_PORT)

# [cryptography]
# Mandatory of using OPENSSL_*_DIR starting with version >= 40
# https://docs.rs/openssl/latest/openssl/#automatic
DEPENDS += cross/openssl3
ENV += OPENSSL_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/
ENV += OPENSSL_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/

# [mysqlclient]
ENV += MYSQLCLIENT_CFLAGS="$(CFLAGS) -I$(STAGING_INSTALL_PREFIX)/include/mysql -I$(STAGING_INSTALL_PREFIX)/$(PYTHON_INC_DIR)"
Expand Down

0 comments on commit e919262

Please sign in to comment.