Skip to content

Commit

Permalink
xlockmore: remove empty values passed to ld -R
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Nov 27, 2024
1 parent 062765b commit 202ad5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions srcpkgs/xlockmore/patches/remove-Rflag.patch
Original file line number Diff line number Diff line change
@@ -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* )
2 changes: 0 additions & 2 deletions srcpkgs/xlockmore/template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 202ad5a

Please sign in to comment.