summary refs log tree commit diff
path: root/pkgs/servers/gpsd/0002-scons-envs-patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/gpsd/0002-scons-envs-patch.patch')
-rw-r--r--pkgs/servers/gpsd/0002-scons-envs-patch.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/servers/gpsd/0002-scons-envs-patch.patch b/pkgs/servers/gpsd/0002-scons-envs-patch.patch
deleted file mode 100644
index fbb06db6aa393..0000000000000
--- a/pkgs/servers/gpsd/0002-scons-envs-patch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- b/SConstruct	2018-07-03 23:13:51.986746857 +0200
-+++ a/SConstruct	2018-07-03 23:14:50.495252914 +0200
-@@ -221,7 +221,7 @@
-     'STAGING_PREFIX',  # Required by the OpenWRT and CeroWrt builds.
-     'WRITE_PAD',       # So we can test WRITE_PAD values on the fly.
-     )
--envs = {}
-+envs = os.environ
- for var in import_env:
-     if var in os.environ:
-         envs[var] = os.environ[var]