Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 16:11:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 193434] [regression] Mk/Uses/scons.mk doesn't respect CFLAGS/LDFLAGS unlike Mk/bsd.scons.mk
Message-ID:  <bug-193434-21822-DE8K3wTY1A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193434-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193434-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193434

--- Comment #2 from Jan Beich <jbeich@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193434-21822-DE8K3wTY1A>