The AccountsService project provides: * A set of D-Bus interfaces for querying and manipulating user account information. * An implementation of these interfaces based on the usermod(8), useradd(8) and userdel(8) commands ok jasper@ ("though I'm surprised they didn't name it 'accountskit'")
13 lines
625 B
Plaintext
13 lines
625 B
Plaintext
$OpenBSD: patch-src_libaccountsservice_Makefile_in,v 1.1.1.1 2011/05/22 10:57:32 ajacoutot Exp $
|
|
--- src/libaccountsservice/Makefile.in.orig Sun May 22 12:29:39 2011
|
|
+++ src/libaccountsservice/Makefile.in Sun May 22 12:29:47 2011
|
|
@@ -323,7 +323,7 @@ libaccountsservice_la_LDFLAGS = \
|
|
|
|
libaccountsservice_la_LIBADD = \
|
|
$(LIBACCOUNTSSERVICE_LIBS) \
|
|
- -lcrypt \
|
|
+ -lcrypto \
|
|
$(END_OF_LIST)
|
|
|
|
libaccountsservice_la_SOURCES = \
|