ltrace: switch to master branch for PIE support.
This commit is contained in:
parent
68db6017f3
commit
3443fc1fc0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ltrace'
|
||||
pkgname=ltrace
|
||||
version=0.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="git automake elfutils-devel"
|
||||
short_desc="Tracks runtime library calls in dynamically linked programs"
|
||||
|
@ -19,7 +19,8 @@ conf_files="/etc/ltrace.conf"
|
|||
|
||||
do_fetch() {
|
||||
url="git://anonscm.debian.org/collab-maint/ltrace.git"
|
||||
git clone -b ${version} ${url} ${pkgname}-${version}
|
||||
git clone -b master ${url} ${pkgname}-${version}
|
||||
cd ${pkgname}-${version} && git checkout b5f76339d0cbe94196093c73e8dffa9ef463fdd
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue