opnsense-ports/sysutils/ori/files/patch-SConstruct
Franco Fichtner c0ce196c0c */*: sync with upstream
Taken from: FreeBSD
2017-02-06 05:57:52 +01:00

18 lines
530 B
Text

--- 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')