[Bug 193434] [regression] Mk/Uses/scons.mk doesn't respect CFLAGS/LDFLAGS unlike Mk/bsd.scons.mk

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 22 16:11:03 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193434

--- Comment #2 from Jan Beich <jbeich at vfemail.net> ---
Created attachment 152018
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152018&action=edit
csound workaround

LINKFLAGS as inherited from environment aren't properly split. And LDFLAGS are
appended regardless. So, this patch fixes the following error but otherwise
does nothing without attachment 147017.

cc -o libcsound64.so.5 " -pthread -Wl,-export-dynamic" -pthread
-Wl,-export-dynamic -shared -Wl,-soname=libcsound64.so.5 Engine/auxfd.os ...
-lm
cc:  -pthread -Wl,-export-dynamic: No such file or directory

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list