wafsamba: move -L/some/path from LINKFLAGS_PYEMBED to LIBPATH_PYEMBED
commit981e667e48fe30c179f815da25608157c3518813
authorStefan Metzmacher <metze@samba.org>
Tue, 28 Mar 2017 13:28:21 +0000 (28 15:28 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 20 Apr 2017 10:23:17 +0000 (20 12:23 +0200)
tree016a96623b69c7093d0b1594022fb1b3f22788b2
parent122e46f9fb27727d328b83a7ac1d035408ae293d
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

(similar to commit d1b88c6a6edeab4f85fc110eaa8d15e76c7e1f7b)
buildtools/wafsamba/samba_python.py