mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Merge branch 'master' of github.com:archlinuxarm/PKGBUILDs
This commit is contained in:
commit
110c12f00e
2 changed files with 6 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
||||||
pkgname=devtools-alarm
|
pkgname=devtools-alarm
|
||||||
_pkgname=devtools
|
_pkgname=devtools
|
||||||
pkgver=20131107
|
pkgver=20131107
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Tools for Arch Linux ARM package maintainers'
|
pkgdesc='Tools for Arch Linux ARM package maintainers'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
url='http://projects.archlinux.org/devtools.git/'
|
url='http://projects.archlinux.org/devtools.git/'
|
||||||
|
conflicts=('devtools')
|
||||||
|
provides=('devtools')
|
||||||
depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
|
depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
|
||||||
source=("ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
|
source=("ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
|
||||||
"ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.sig"
|
"ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.sig"
|
||||||
|
|
|
@ -71,6 +71,9 @@ build() {
|
||||||
CFLAGS=${CFLAGS/-fstack-protector/}
|
CFLAGS=${CFLAGS/-fstack-protector/}
|
||||||
CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
|
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 \
|
${srcdir}/${pkgname}-${pkgver}/configure --prefix=/usr \
|
||||||
--libdir=/usr/lib --libexecdir=/usr/lib \
|
--libdir=/usr/lib --libexecdir=/usr/lib \
|
||||||
--with-headers=/usr/include \
|
--with-headers=/usr/include \
|
||||||
|
|
Loading…
Reference in a new issue