@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := afalg_engine
PKG_NAME := afalg_engine
PKG_VERSION := 1.0.1
PKG_VERSION := 1.0.1
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://github.com/cotequeiroz/afalg_engine/archive/v$( PKG_VERSION)
PKG_SOURCE_URL := https://github.com/cotequeiroz/afalg_engine/archive/v$( PKG_VERSION)
@ -22,10 +22,7 @@ PKG_CONFIG_DEPENDS:= CONFIG_AFALG_ZERO_COPY
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
i n c l u d e $( INCLUDE_DIR ) / c m a k e . m k
$( eval $ ( shell grep "^ENGINES_DIR " "$ ( TOPDIR ) /package /libs /openssl /Makefile ") )
i f e q ( $( ENGINES_DIR ) , )
ENGINES_DIR:= engines-1.1
e n d i f
ENGINES_DIR := engines-1.1
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g _ s y n c
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g _ s y n c
SECTION:= libs
SECTION:= libs
@ -59,7 +56,7 @@ endef
CMAKE_OPTIONS += \
CMAKE_OPTIONS += \
-DOPENSSL_ENGINES_DIR= /usr/lib/$( ENGINES_DIR) \
-DOPENSSL_ENGINES_DIR= /usr/lib/$( ENGINES_DIR) \
-DUSE_ZERO_COPY= $( if $( AFALG_ZERO_COPY) ,ON,OFF)
-DUSE_ZERO_COPY= $( if $( CONFIG_ AFALG_ZERO_COPY) ,ON,OFF)
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g _ s y n c / i n s t a l l
d e f i n e P a c k a g e / l i b o p e n s s l - a f a l g _ s y n c / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/lib/$( ENGINES_DIR)
$( INSTALL_DIR) $( 1) /usr/lib/$( ENGINES_DIR)