mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
Merge pull request #719 from ypsu/master
Build glibc with unwind tables
This commit is contained in:
commit
55aae2f80a
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ build() {
|
|||
CFLAGS=${CFLAGS/-fstack-protector/}
|
||||
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
|
||||
|
||||
# enable unwinding tables so that gdb can unwind the standard functions
|
||||
CFLAGS+=" -funwind-tables"
|
||||
|
||||
${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
|
||||
--libdir=/usr/lib --libexecdir=/usr/lib \
|
||||
--with-headers=/usr/include \
|
||||
|
|
Loading…
Reference in a new issue