aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/meson-for-build-rpath.patch
blob: ef9a73f07c73a0155e6f6d37c6b11c5bfcd60bf5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This patch removes a part of meson that clears the rpath upon installation.
This will only be applied to a special version of meson, used for the
meson-build-system.

Original patch for Meson 0.42.0 by Peter Mikkelsen <petermikkelsen10@gmail.com>

--- meson-0.47.1/mesonbuild/minstall.py.old	2018-08-10 11:01:27.812327013 +0200
+++ meson-0.47.1/mesonbuild/minstall.py	2018-08-10 11:01:51.940368505 +0200
@@ -436,15 +436,6 @@
                         print("Symlink creation does not work on this platform. "
                               "Skipping all symlinking.")
                         printed_symlink_error = True
-            if os.path.isfile(outname):
-                try:
-                    depfixer.fix_rpath(outname, install_rpath, final_path,
-                                       install_name_mappings, verbose=False)
-                except SystemExit as e:
-                    if isinstance(e.code, int) and e.code == 0:
-                        pass
-                    else:
-                        raise
 
 def run(args):
     parser = buildparser()
eerinckx-Rice 2021-09-03gnu: vsftpd: Update to 3.0.5....Tobias Geerinckx-Rice 2021-07-13gnu: filezilla: Update to 3.55.0....Tobias Geerinckx-Rice 2021-07-02gnu: libfilezilla: Update to 0.29.0....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Properly enable the SSL support....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Edit description....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Cross-compile....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Let the build system create directories....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Honour upstream make flags....Tobias Geerinckx-Rice 2021-07-02gnu: vsftpd: Update to 3.0.4....Tobias Geerinckx-Rice 2021-05-23gnu: filezilla: Update to 3.54.1....Tobias Geerinckx-Rice 2021-05-06gnu: filezilla: Update to 3.53.1....Tobias Geerinckx-Rice 2021-05-06gnu: libfilezilla: Update to 0.28.0....Tobias Geerinckx-Rice 2021-04-05gnu: ncftp: Add 'release-monitoring-url' property....Ludovic Courtès 2021-03-30gnu: vsftp: Apply unstaged fixes....Tobias Geerinckx-Rice 2021-03-30gnu: vsftpd: Use CentOS version and patches....methuselah-0