Skip to content

Instantly share code, notes, and snippets.

@sofar
Created February 4, 2013 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sofar/4709791 to your computer and use it in GitHub Desktop.
Save sofar/4709791 to your computer and use it in GitHub Desktop.
fix systemd build?
diff --git a/Makefile.am b/Makefile.am
index f3ab908..08d773d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1846,7 +1846,8 @@ libudev_la_LDFLAGS = \
-Wl,--version-script=$(top_srcdir)/src/libudev/libudev.sym
libudev_la_LIBADD = \
- libsystemd-shared.la
+ libsystemd-shared.la \
+ libsystemd-id128.la
pkgconfiglib_DATA += \
src/libudev/libudev.pc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment