Do not use $ORIGIN in RUNPATH so that executables can be copied elsewhere and still be expected to work (needed for python-pyside-2-tools). diff --git a/mkspecs/common/linux.conf b/mkspecs/common/linux.conf --- a/mkspecs/common/linux.conf +++ b/mkspecs/common/linux.conf @@ -10,8 +10,8 @@ QMAKE_CFLAGS_THREAD += -D_REENTRANT QMAKE_CXXFLAGS_THREAD += $$QMAKE_CFLAGS_THREAD QMAKE_LFLAGS_GCSECTIONS = -Wl,--gc-sections -QMAKE_LFLAGS_REL_RPATH = -Wl,-z,origin -QMAKE_REL_RPATH_BASE = $ORIGIN +QMAKE_LFLAGS_REL_RPATH = +QMAKE_REL_RPATH_BASE = QMAKE_INCDIR = QMAKE_LIBDIR = ' name='id' value='88e61bd4a4e14061f194b4e883ee6af8850ecb1f'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
td>
AgeCommit message (Expand)Author
2020-05-04.guix-authorizations: Add bricewge to the committers....* .guix-authorizations: Add fingerprint for bricewge. Ludovic Courtès
2020-05-04.guix-authorizations: Augment....* .guix-authorizations: Add all the currently authorized committers. Ludovic Courtès
2020-05-04Add '.guix-authorizations'....* .guix-authorizations: New file. Ludovic Courtès
gnu: john-the-ripper-jumbo: Fix compilation with GCC 11+....* gnu/packages/patches/john-the-ripper-jumbo-with-gcc-11.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Register it. * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[source]: Use it. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Jakob Kirsch
2023-07-22gnu: tessen: Update to 2.2.1....* gnu/packages/password-utils.scm (tessen): Update to 2.2.1. [arguments]<#:make-flags>: Set DESTDIR. [license]: License has been changed to GPL2-only. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain
2023-07-16gnu: yapet: Fix documentation directory....* gnu/packages/password-utils.scm (yapet)[arguments]: Add missing stroke. Tobias Geerinckx-Rice
2023-07-16gnu: yapet: Update to 2.6....* gnu/packages/password-utils.scm (yapet): Update to 2.6. Tobias Geerinckx-Rice
2023-07-16gnu: passwdqc: Update to 2.0.3....* gnu/packages/password-utils.scm (passwdqc): Update to 2.0.3. Tobias Geerinckx-Rice
2023-07-16gnu: otpclient: Update to 3.1.9....* gnu/packages/password-utils.scm (otpclient): Update to 3.1.9. Tobias Geerinckx-Rice
2023-07-16gnu: hydra: Update to 9.5....* gnu/packages/password-utils.scm (hydra): Update to 9.5. Tobias Geerinckx-Rice