projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04575c2
)
nss: revert -flto change
12186/head
author
Lucian Cristian
<lucian.cristian@gmail.com>
Sat, 16 May 2020 18:06:53 +0000
(21:06 +0300)
committer
Lucian Cristian
<lucian.cristian@gmail.com>
Sat, 16 May 2020 18:06:53 +0000
(21:06 +0300)
it seems that it can lead to segfault in libfreebl3.so
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
libs/nss/Makefile
patch
|
blob
|
history
diff --git
a/libs/nss/Makefile
b/libs/nss/Makefile
index a005a15db2de648ea6246e3f6fe1915460e6a70c..962b8b7b16615a6e8749c37e1f016a0ea7da401c 100644
(file)
--- 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)