mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
xlockmore: fix PIE.
This commit is contained in:
parent
00e9cecf9b
commit
25d1f44f9a
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xlockmore'
|
# Template file for 'xlockmore'
|
||||||
pkgname=xlockmore
|
pkgname=xlockmore
|
||||||
version=5.47
|
version=5.47
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="freetype-devel libXt-devel libXext-devel"
|
makedepends="freetype-devel libXt-devel libXext-devel"
|
||||||
|
@ -13,6 +13,9 @@ distfiles="http://www.tux.org/~bagleyd/xlock/xlockmore-${version}.tar.xz"
|
||||||
checksum=94e3adee284eec09dc27405bfc24651446e8c6edd6a5bc565550b08f563a0d8d
|
checksum=94e3adee284eec09dc27405bfc24651446e8c6edd6a5bc565550b08f563a0d8d
|
||||||
CFLAGS="-D_DEFAULT_SOURCE"
|
CFLAGS="-D_DEFAULT_SOURCE"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
export X_EXTRA_LIBS="$LDFLAGS"
|
||||||
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make INSTPGMFLAGS= xapploaddir=${DESTDIR}/usr/share/X11/app-defaults \
|
make INSTPGMFLAGS= xapploaddir=${DESTDIR}/usr/share/X11/app-defaults \
|
||||||
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
|
bindir=${DESTDIR}/usr/bin mandir=${DESTDIR}/usr/share/man/man1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue