meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs
Bian Naimeng 3659908852 smbnetfs: using PKG_CHECK_MODULES to found headers and libraries for smbclient
After samba was upgraded to 4.x, headers of smbclient were installed into include/samba-4.0/,
so we should using PKG_CHECK_MODULES to found headers and libraries for smbclient to avoid
error as below.

 ${WORKDIR}/git/src/samba.c
   | smbnetfs/git-r0/git/src/smb_conn_srv.c:12:26: fatal error: libsmbclient.h: No such file or directory  #include <libsmbclient.h>
   |                           ^
   | compilation terminated.
   | make[2]: *** [smb_conn_srv.o] Error 1
   | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24 14:03:54 +02:00
..
configure.patch smbfsnet: Use "foreign" automake strictness 2014-07-22 00:01:55 +02:00
Using-PKG_CHECK_MODULES-to-found-headers-and-libraries.patch smbnetfs: using PKG_CHECK_MODULES to found headers and libraries for smbclient 2015-08-24 14:03:54 +02:00