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 653745 - Recognize OpenBSD so the right uuid library is picked up
Recognize OpenBSD so the right uuid library is picked up
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
0.16.x
Other OpenBSD
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-30 13:51 UTC by Jasper Lievisse Adriaanse
Modified: 2011-07-04 09:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Recognize OpenBSD to pickup the right uuid library (613 bytes, patch)
2011-06-30 13:52 UTC, Jasper Lievisse Adriaanse
accepted-commit_now Details | Review
test for $target_os instead of $host_os (710 bytes, patch)
2011-07-04 08:36 UTC, Jasper Lievisse Adriaanse
accepted-commit_now Details | Review

Description Jasper Lievisse Adriaanse 2011-06-30 13:51:39 UTC
As per subject, otherwise ossp-uuid may get picked up.
Ok to push the attached patch?
Comment 1 Jasper Lievisse Adriaanse 2011-06-30 13:52:41 UTC
Created attachment 191026 [details] [review]
Recognize OpenBSD to pickup the right uuid library
Comment 2 Ross Burton 2011-06-30 13:58:49 UTC
Review of attachment 191026 [details] [review]:

Sure, commit it.
Comment 3 Jasper Lievisse Adriaanse 2011-06-30 14:27:01 UTC
Thanks, it's in.
Comment 4 Jens Georg 2011-06-30 14:36:32 UTC
Hmmmmmmm, wondering while reading the patch, shouldn't the switch be on target_os?
Comment 5 Jasper Lievisse Adriaanse 2011-06-30 14:46:42 UTC
That would be more correct indeed.
Comment 6 Jasper Lievisse Adriaanse 2011-07-04 08:36:44 UTC
Created attachment 191214 [details] [review]
test for $target_os instead of $host_os
Comment 7 Ross Burton 2011-07-04 08:45:23 UTC
Review of attachment 191214 [details] [review]:

Commit please.
Comment 8 Jasper Lievisse Adriaanse 2011-07-04 09:23:22 UTC
Thanks.