diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-24 10:37:08 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-24 11:10:22 +0800 |
commit | 46e390322a58bdc632ee43fdf9d14115dac26e7a (patch) | |
tree | a6b843db4eca9fe22cb575f7419dce3f984160ed /package/devel/gdb/Makefile | |
parent | 597c9f0be5cb8132adeb7902d214413b89138f86 (diff) | |
download | upstream-46e390322a58bdc632ee43fdf9d14115dac26e7a.tar.gz upstream-46e390322a58bdc632ee43fdf9d14115dac26e7a.tar.bz2 upstream-46e390322a58bdc632ee43fdf9d14115dac26e7a.zip |
gdb: fix invalid sigprocmask call
Fixes FS#637
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/devel/gdb/Makefile')
-rw-r--r-- | package/devel/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/gdb/Makefile b/package/devel/gdb/Makefile index 159a635774..84e7926bf8 100644 --- a/package/devel/gdb/Makefile +++ b/package/devel/gdb/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb PKG_VERSION:=7.12.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb |