After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751396 - Use PLATFORM_LDFLAGS
Use PLATFORM_LDFLAGS
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-23 16:37 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-23 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix bug (1.21 KB, patch)
2015-06-23 16:39 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-23 16:37:32 UTC
At the moment the platform ldflag is set directly in jni/src/MakeFile.am, this should be set via PLATFORM_LDFLAGS to ensure other distro builds don't suffer unrecognised flags.
Comment 1 Magdalen Berns (irc magpie) 2015-06-23 16:39:38 UTC
Created attachment 305936 [details] [review]
patch to fix bug