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 = me='id' value='c9f01b73cb3cfb6b82f74b621f7cff65fb52749d'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/indent-code.el
pocl: Update to 1.2....
AgeCommit message (Expand)Author
2020-08-18etc: indent-code.el: Match not only ‘(define-public’....Tobias Geerinckx-Rice
2020-05-14etc: indent-code.el: Use the --quick option....Maxim Cournoyer
fis trivial
2018-08-30gnu: Don't use unstable tarballs in (packages opencl)....Tobias Geerinckx-Rice
2018-07-03gnu: Add pocl....Fis Trivial