diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-05-16 21:06:53 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2020-05-16 21:06:53 +0300 |
commit | 630c19f648ef1fe961c4c198dfbb3c878d15678e (patch) | |
tree | 2222d6b9fdf5665e8b94006fbf73996f99940a6a | |
parent | 04575c258e35e2f4874bc18f46aa5cf847f5cbb1 (diff) |
nss: revert -flto change
it seems that it can lead to segfault in libfreebl3.so
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-rw-r--r-- | libs/nss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/nss/Makefile b/libs/nss/Makefile index a005a15db..962b8b7b1 100644 --- a/libs/nss/Makefile +++ b/libs/nss/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nss PKG_VERSION:=3.52 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ @@ -62,7 +62,6 @@ ifeq ($(CONFIG_CPU_TYPE),"xscale") TARGET_CFLAGS+= -mfloat-abi=softfp endif -TARGET_CFLAGS += -D_GNU_SOURCE -flto export NATIVE_CC=$(HOSTCC) export NATIVE_FLAGS=$(HOST_CFLAGS) |