[packages] gpsd: update to 3.6
[openwrt/svn-archive/archive.git] / net / gpsd / patches / 001-add-staging-prefix.patch
1 --- a/SConstruct
2 +++ b/SConstruct
3 @@ -200,6 +200,7 @@ import_env = (
4 'PATH', # Required for ccache and Coverity scan-build
5 'PKG_CONFIG_PATH', # Set .pc file directory in a crossbuild
6 'STAGING_DIR', # Required by the OpenWRT build.
7 + 'STAGING_PREFIX', # Required by the OpenWRT build.
8 )
9 envs = {}
10 for var in import_env: