Re: [Live-devel] Missing LDFLAGS

2013-01-06 Thread Benjamin Drung
Am Sonntag, den 06.01.2013, 03:11 +1300 schrieb Ross Finlayson: > I'll make the first suggested change (adding LDFLAGS), but not the > second. The "$(LIBRARY_LINK)$@" has to remain as is, because - for > some configurations (e.g., "sunos") - there can't be a space there. > Also, I'm not going to

Re: [Live-devel] Missing LDFLAGS

2013-01-05 Thread Ross Finlayson
I'll make the first suggested change (adding LDFLAGS), but not the second. The "$(LIBRARY_LINK)$@" has to remain as is, because - for some configurations (e.g., "sunos") - there can't be a space there. Also, I'm not going to "fix what's not broken". Ross Finlayson Live Networks, Inc. http://w

[Live-devel] Missing LDFLAGS

2013-01-05 Thread Benjamin Drung
Hi, The build system should honor LDFLAGS for the shared library (like it does for the static library). linker-flags.patch is attached. There are some trailing spaces in the Makefiles. Some variables in config.* have trailing spaces. The Makefiles should not rely on having a space at the end of a