Commit fc8d8e0
committed
cbt: Move libuuid linking
OpenXT, using OpenEmbedded Dundell, fails to link cbt-util with errors
like:
ld: ./.libs/libcbtutil.a(cbt-util.o): in function `cbt_util_set':
ld: cbt/cbt-util.c:360: undefined reference to `uuid_parse'
libcbtutil.a/cbt-util.c reference the uuid funtions, and main.c doesn't
have any references. Move the linking to the library to resolve the
issue.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>1 parent 61fb886 commit fc8d8e0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
0 commit comments