]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba-bug-9816.patch
- add system_heimdal bcond
[packages/samba.git] / samba-bug-9816.patch
index 5f674e0c129b3cca3af931a4851579bdbb2501bf..2c547dbe2b68e6a253cedb8eb49fa03978a7ed3e 100644 (file)
@@ -53,13 +53,14 @@ index 37edb31..00abad8 100644
 
 --- a/lib/replace/wscript~     2014-09-08 11:26:14.000000000 +0200
 +++ b/lib/replace/wscript      2014-10-28 22:05:54.003836383 +0100
-@@ -284,8 +284,7 @@ struct foo bar = { .y = 'X', .x = 1 };
+@@ -251,8 +251,7 @@ def configure(conf):
                  checklibc=True)
      if not conf.CHECK_FUNCS('getpeereid'):
          conf.CHECK_FUNCS_IN('getpeereid', 'bsd', headers='sys/types.h bsd/unistd.h')
--    if not conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h'):
--        conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h')
+-    if not conf.CHECK_FUNCS_IN('setproctitle', 'setproctitle', headers='setproctitle.h'):
+-        conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
 +    conf.CHECK_FUNCS_IN('setproctitle', 'bsd', headers='sys/types.h bsd/unistd.h')
  
      conf.CHECK_CODE('''
                  struct ucred cred;
+
This page took 0.026806 seconds and 4 git commands to generate.