diff options
Diffstat (limited to 'sysutils/ori/files/patch-SConstruct')
-rw-r--r-- | sysutils/ori/files/patch-SConstruct | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/ori/files/patch-SConstruct b/sysutils/ori/files/patch-SConstruct new file mode 100644 index 000000000000..20224d3e8d08 --- /dev/null +++ b/sysutils/ori/files/patch-SConstruct @@ -0,0 +1,18 @@ +--- SConstruct.orig 2014-01-17 06:40:03 UTC ++++ SConstruct +@@ -302,15 +302,6 @@ if (env["WITH_MDNS"]) and (sys.platform + print 'Please install libdns_sd' + Exit(1) + +-if env["HAS_PKGCONFIG"]: +- if not conf.CheckPkg("openssl"): +- print 'openssl is not registered in pkg-config' +- Exit(1) +- if not conf.CheckPkgMinVersion("openssl", "1.0.0"): +- print 'openssl version 1.0.0 or above required' +- Exit(1) +- env.ParseConfig('pkg-config --libs --cflags openssl') +- + conf.Finish() + + Export('env') |