From: Jo-Philipp Wich Date: Wed, 10 Jun 2009 17:26:47 +0000 (+0000) Subject: libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler... X-Git-Tag: 0.9.0~215 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a0eb16cc03a5a18e572ffc01ef84114384da2443 libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler don't knows it and it seems to be C++ specific --- 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/