gpsd-3.15-broken-install.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From 798629da485b9504dbb5bd5c96c9ea1d3454ebe3 Mon Sep 17 00:00:00 2001
  2. From: Mike Frysinger <vapier@gentoo.org>
  3. Date: Sun, 7 Jun 2015 13:39:55 -0400
  4. Subject: [PATCH] Revert "# Work arount a minor bug in InstallSharedLib() link
  5. handling"
  6. This reverts commit 0532106c1ea0807922ea6f868fcde384f22d4e92 as it breaks
  7. parallel installs. The original commit itself contains no real details.
  8. ---
  9. SConstruct | 2 --
  10. 1 file changed, 2 deletions(-)
  11. diff --git a/SConstruct b/SConstruct
  12. index 39a6b6a..c8a977e 100644
  13. --- a/SConstruct
  14. +++ b/SConstruct
  15. @@ -1336,8 +1336,6 @@ if env["ncurses"]:
  16. binaryinstall.append(env.Install(installdir('bindir'), [cgps, gpsmon]))
  17. binaryinstall.append(LibraryInstall(env, installdir('libdir'), compiled_gpslib, libgps_version))
  18. binaryinstall.append(LibraryInstall(env, installdir('libdir'), compiled_gpsdlib, libgps_version))
  19. -# Work arount a minor bug in InstallSharedLib() link handling
  20. -env.AddPreAction(binaryinstall, 'rm -f %s/libgps.*' % (installdir('libdir'), ))
  21. if qt_env:
  22. binaryinstall.append(LibraryInstall(qt_env, installdir('libdir'), compiled_qgpsmmlib, libgps_version))
  23. --
  24. 2.4.1