Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | gnu: artwork: Update repository to latest commit. | Maxim Cournoyer | |
* gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d. |
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='c2057a608e4a8a8f9c2c68609b5b00a3acafdf9d'/>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | gnu: artwork: Update repository to latest commit. | Maxim Cournoyer | |
* gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d. |