diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 17:26:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 17:26:47 +0000 |
commit | a0eb16cc03a5a18e572ffc01ef84114384da2443 (patch) | |
tree | 8728fd370af23fd7a77b558c1d01712674e247d6 /libs/px5g | |
parent | a72a8e4474e8442849063e7a9d03609758410707 (diff) |
libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler don't knows it and it seems to be C++ specific
Diffstat (limited to 'libs/px5g')
-rw-r--r-- | libs/px5g/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/px5g/Makefile b/libs/px5g/Makefile index a283d6d56..2773b700d 100644 --- a/libs/px5g/Makefile +++ b/libs/px5g/Makefile @@ -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/ |