wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBED
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Mar 2017 13:28:21 +0000 (15:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Apr 2017 14:10:18 +0000 (16:10 +0200)
commitd1b88c6a6edeab4f85fc110eaa8d15e76c7e1f7b
tree92f7b073e9c129219b1b91ddb0684f45c90b2a26
parenta4599b3011647c06be0d5a914bc4f72d490f6bc5
wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBED

LINKFLAGS should not have path components.

This fixes the build on systems like FreeBSD where python
is located in /usr/local/lib.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12724

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Apr  4 16:10:18 CEST 2017 on sn-devel-144
buildtools/wafsamba/samba_python.py