export additional symbols from OpenSC when cross compiling
This commit is contained in:
@@ -63,6 +63,8 @@ $(LIBNPA): $(OPENPACE_MAKEFILE)
|
|||||||
TARGETDIR=$(TARGETDIR) \
|
TARGETDIR=$(TARGETDIR) \
|
||||||
LIBEAC=$(LIBEAC)
|
LIBEAC=$(LIBEAC)
|
||||||
@echo Configuring OpenSC
|
@echo Configuring OpenSC
|
||||||
|
grep _sc_match_atr $(OPENSC)/src/libopensc/libopensc.exports || echo _sc_match_atr >> $(OPENSC)/src/libopensc/libopensc.exports
|
||||||
|
grep sc_apdu_get_octets $(OPENSC)/src/libopensc/libopensc.exports || echo sc_apdu_get_octets >> $(OPENSC)/src/libopensc/libopensc.exports
|
||||||
cd $(OPENSC) && ./configure \
|
cd $(OPENSC) && ./configure \
|
||||||
--prefix=/ \
|
--prefix=/ \
|
||||||
--host=$(TOOL) --target=$(TOOL) \
|
--host=$(TOOL) --target=$(TOOL) \
|
||||||
|
|||||||
Reference in New Issue
Block a user