Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/buildtools/wafsamba/wscript

    r988 r989  
    403403            msg='Checking for library destructor support')
    404404
     405    conf.CHECK_CODE('''
     406            void test_attribute(void) __attribute__ (());
     407
     408            void test_attribute(void)
     409            {
     410                return;
     411            }
     412
     413            int main(void) {
     414                return 0;
     415            }
     416            ''',
     417            'HAVE___ATTRIBUTE__',
     418            addmain=False,
     419            msg='Checking for __attribute__')
     420
    405421    if sys.platform.startswith('aix'):
    406422        conf.DEFINE('_ALL_SOURCE', 1, add_to_cflags=True)
Note: See TracChangeset for help on using the changeset viewer.