Skip to content

Commit 81ea117

Browse files
committed
autotools: add Libs.private to uuid.pc
Addresses: util-linux#3210 Signed-off-by: Karel Zak <[email protected]>
1 parent 7a78552 commit 81ea117

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ edit_cmd = sed \
184184
-e 's|@usrlib_execdir[@]|$(usrlib_execdir)|g' \
185185
-e 's|@usrbin_execdir[@]|$(usrbin_execdir)|g' \
186186
-e 's|@usrsbin_execdir[@]|$(usrsbin_execdir)|g' \
187+
-e 's|@SOCKET_LIBS[@]|$(SOCKET_LIBS)|g' \
187188
-e 's|@VERSION[@]|$(VERSION)|g' \
188189
-e 's|@ADJTIME_PATH[@]|$(ADJTIME_PATH)|g' \
189190
-e 's|@LIBUUID_VERSION[@]|$(LIBUUID_VERSION)|g' \

libuuid/uuid.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ includedir=@includedir@
66
Name: uuid
77
Description: Universally unique id library
88
Version: @LIBUUID_VERSION@
9-
Requires:
109
Cflags: -I${includedir}/uuid
10+
Libs.private: @SOCKET_LIBS@ -lpthread
1111
Libs: -L${libdir} -luuid

0 commit comments

Comments
 (0)