Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-25 | waf: parse LDFLAGS from python | Steven Siloti | 1 | -1/+2 | |
The LDFLAGS returned by get_python_variables may contain additional library search paths. These need to be parsed out and placed in LIBPATH to maintain correct ordering of search paths in the final link flags. Specifically, appending LDFLAGS directly to LINKFLAGS on my system was causing /usr/lib to be the first search path specified. This lead to linking against installed libraries rather than the versions from the current build. Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Oct 25 02:48:35 CEST 2013 on sn-devel-104 | |||||
2013-10-25 | build: fix ordering problems with lib-provided and internal RPATHs | Michael Adam | 1 | -0/+13 | |
When a library or system (like cups) provides an RPATH, e.g. with -Wl,-R or -Wl,-rpath, this was added by waf to the LINKFLAGS, wich was later prepended to our RPATH. But if the path by chance contains an older version of one of our internal libraries like talloc, this would lead to linking the too old talloc into our binaries. This has been observed on, e.g., FreeBSD, but it is a general problem. This patch fixes the problem by specially parsing the RPATH linker options from the pkg-config(, cups-config, ....) output and putting the paths into the RPATH_<lib> container, which is then later correctly appended to our internal RPATH. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2013-09-21 | Backport 0e97908 from WAF repository: symlink fix for OpenBSD | Matthieu Patou | 1 | -3/+6 | |
Author: Thomas Nagy <tnagy1024@gmail.com> Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sat Sep 21 11:14:30 CEST 2013 on sn-devel-104 | |||||
2012-12-26 | wafsamba: python-config is not always a script. | Jelmer Vernooij | 1 | -1/+1 | |
2012-07-24 | waf: Update to newer upstream snapshot. | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 24 16:42:44 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | waf: Update to newer upstream snapshot. | Jelmer Vernooij | 1 | -9/+11 | |
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Fri Jun 15 03:12:35 CEST 2012 on sn-devel-104 | |||||
2012-02-18 | waf: Update to new upstream version. | Jelmer Vernooij | 1 | -2/+5 | |
2012-01-04 | Include waf as an extracted source directory, rather than as a one-in-a-file ↵ | Jelmer Vernooij | 48 | -0/+9270 | |
script. |