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 724184 - calendar server: fix _LDFLAGS vs _LDADD mixup
calendar server: fix _LDFLAGS vs _LDADD mixup
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 22:20 UTC by Allison Karlitskaya (desrt)
Modified: 2014-02-11 22:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
calendar server: fix _LDFLAGS vs _LDADD mixup (816 bytes, patch)
2014-02-11 22:20 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2014-02-11 22:20:43 UTC
_LDFLAGS is for flags.  _LDADD is for LIBS.
Comment 1 Allison Karlitskaya (desrt) 2014-02-11 22:20:45 UTC
Created attachment 268854 [details] [review]
calendar server: fix _LDFLAGS vs _LDADD mixup
Comment 2 Florian Müllner 2014-02-11 22:37:49 UTC
Review of attachment 268854 [details] [review]:

Oops
Comment 3 Allison Karlitskaya (desrt) 2014-02-11 22:47:26 UTC
Attachment 268854 [details] pushed as ccec773 - calendar server: fix _LDFLAGS vs _LDADD mixup

Thanks!