libports: add missing import-libcrypto.mk

Fixes #669
This commit is contained in:
Josef Söntgen 2012-12-03 22:44:58 +01:00 committed by Norman Feske
parent a99193ad90
commit 15dc2f3642
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
REP_INC_DIR += include/openssl
ifeq ($(filter-out $(SPECS),x86_32),)
TARGET_CPUARCH=x86_32
else ifeq ($(filter-out $(SPECS),x86_64),)
TARGET_CPUARCH=x86_64
endif
# include architecture specific opensslconf.h
REP_INC_DIR += src/lib/openssl/$(TARGET_CPUARCH)