diff options
Diffstat (limited to 'net/samba47/files/patch-dynconfig__wscript')
-rw-r--r-- | net/samba47/files/patch-dynconfig__wscript | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net/samba47/files/patch-dynconfig__wscript b/net/samba47/files/patch-dynconfig__wscript deleted file mode 100644 index 97a756e2ddb6..000000000000 --- a/net/samba47/files/patch-dynconfig__wscript +++ /dev/null @@ -1,32 +0,0 @@ ---- dynconfig/wscript.orig 2017-07-04 10:05:25 UTC -+++ dynconfig/wscript -@@ -137,6 +137,8 @@ dynconfig = { - 'PKGCONFIGDIR' : { - 'STD-PATH': '${LIBDIR}/pkgconfig', - 'FHS-PATH': '${LIBDIR}/pkgconfig', -+ 'OPTION': '--with-pkgconfigdir', -+ 'HELPTEXT': 'Where to put .pc files', - }, - 'CODEPAGEDIR' : { - 'STD-PATH': '${DATADIR}/codepages', -@@ -237,8 +239,8 @@ dynconfig = { - 'DELAY': True, - }, - 'CONFIGFILE' : { -- 'STD-PATH': '${CONFIGDIR}/smb.conf', -- 'FHS-PATH': '${CONFIGDIR}/smb.conf', -+ 'STD-PATH': '${CONFIGDIR}/smb4.conf', -+ 'FHS-PATH': '${CONFIGDIR}/smb4.conf', - 'DELAY': True, - }, - 'LMHOSTSFILE' : { -@@ -297,9 +299,6 @@ def configure(conf): - flavor = 'FHS-PATH' - else: - flavor = 'STD-PATH' -- if conf.env.PREFIX == '/usr' or conf.env.PREFIX == '/usr/local': -- Logs.error("Don't install directly under /usr or /usr/local without using the FHS option (--enable-fhs)") -- raise Utils.WafError("ERROR: invalid --prefix=%s value" % (conf.env.PREFIX)) - - explicit_set ={} - |