libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler don't knows it and it seems to be C++ specific
This commit is contained in:
parent
a72a8e4474
commit
a0eb16cc03
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ include ../../build/config.mk
|
|||
include ../../build/module.mk
|
||||
include ../../build/gccconfig.mk
|
||||
|
||||
PX5G_LIB_CFLAGS = -Isrc/ -fvisibility=hidden -include src/polarssl/rsa.h \
|
||||
PX5G_LIB_CFLAGS = -Isrc/ -include src/polarssl/rsa.h \
|
||||
-include src/polarssl/x509.h
|
||||
PX5G_OBJ_CFLAGS = -Isrc/
|
||||
|
||||
|
|
Loading…
Reference in a new issue