mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
qtchooser: update to 58 and fix PIE build
This commit is contained in:
parent
6771ad148a
commit
225ca6568d
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'qtchooser'
|
# Template file for 'qtchooser'
|
||||||
pkgname=qtchooser
|
pkgname=qtchooser
|
||||||
reverts=20150315_2
|
reverts=20150315_2
|
||||||
version=52
|
version=58
|
||||||
revision=1
|
revision=1
|
||||||
_commit=gae5eeef
|
_commit=gfab25f1
|
||||||
wrksrc="qtchooser-$version-$_commit"
|
wrksrc="qtchooser-$version-$_commit"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -12,7 +12,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1, GPL-3"
|
license="LGPL-2.1, GPL-3"
|
||||||
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
homepage="http://code.qt.io/cgit/qt/qtchooser.git/"
|
||||||
distfiles="$DEBIAN_SITE/main/q/qtchooser/qtchooser_$version-$_commit.orig.tar.xz"
|
distfiles="$DEBIAN_SITE/main/q/qtchooser/qtchooser_$version-$_commit.orig.tar.xz"
|
||||||
checksum=03ff4b6abdd1a2230927a52f962febd47edf8adf21c3ad0cd242af014d1ae64c
|
checksum=aec19549a75e880208bee63e8d545d2603f89bb1776ef3be124409dcb79cc7d1
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
make CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LFLAGS="$LDFLAGS"
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTALL_ROOT=${DESTDIR} install
|
make INSTALL_ROOT=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue