From a0eb16cc03a5a18e572ffc01ef84114384da2443 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 10 Jun 2009 17:26:47 +0000 Subject: [PATCH 1/1] libs/px5g: remove -fvisibility=hidden from PX5G_LIB_CFLAGS, OpenWrt cross compiler don't knows it and it seems to be C++ specific --- libs/px5g/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ -- 2.11.0