diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2016-12-06 18:07:36 +0100 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-01-02 14:12:27 +0100 |
commit | f4c0a750d4adebcf2342a44e85f04526c34268c8 (patch) | |
tree | bb98e1be8ce75f0677927c3e465bd1038b68959a /prog_guide4.txt | |
parent | b7ae41e6ca133e08f1dc62bd49436f51f490f46b (diff) | |
download | samba-f4c0a750d4adebcf2342a44e85f04526c34268c8.tar.gz |
WAF: Fix detection of linker features
Following check of linker feature failed with strict CFLAGS
"-Werrorr=implicit-function-declaration -Werror=implicit-int"
Checking for rpath library support : not found
Checking for -Wl,--version-script support : not found
../main.c: In function ‘main’:
../main.c:1:26: error: implicit declaration of function ‘lib_func’
[-Werror=implicit-function-declaration]
int main(void) {return !(lib_func() == 42);}
^~~~~~~~
Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'prog_guide4.txt')
0 files changed, 0 insertions, 0 deletions