package: haproxy
[packages.git] / net / gpsd / patches / 001-add-staging-dir.patch
1 --- a/SConstruct
2 +++ b/SConstruct
3 @@ -199,6 +199,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_PREFIX',  # Required by the OpenWRT build.
7 +    'STAGING_DIR',     # Required by the OpenWRT build.
8      )
9  envs = {}
10  for var in import_env: