xlockmore: remove empty values passed to ld -R

This commit is contained in:
Andrew Benson 2024-11-27 00:27:04 -06:00
parent 062765b7f3
commit 202ad5a996
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,13 @@
--- a/configure
+++ b/configure
@@ -11781,8 +11781,8 @@
INSTPGMFLAGS="-s $INSTPGMFLAGS"
BITMAPTYPE="linux"
PIXMAPTYPE="linux"
- XLOCKLDFLAGS="-Wl,-R${XLOCK_LDFLAGS}"
- XMLOCKLDFLAGS="-Wl,-R${XMLOCK_LDFLAGS}"
+ XLOCKLDFLAGS=""
+ XMLOCKLDFLAGS=""
;;
*-*-cygwin* )

View File

@ -16,8 +16,6 @@ distfiles="http://sillycycle.com/xlock/xlockmore-${version}.tar.xz"
checksum=0530181328a7c668b6d7b24c0cfa32aa93b4bbae23c0c4f09f1d3b347ec98a97
CFLAGS="-D_DEFAULT_SOURCE"
broken="temporary build issue"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi