projects
/
netresolve.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb0d3f
)
nsswitch: link nss module to libnetresolve
author
Pavel Šimerda <psimerda@redhat.com>
Tue, 10 Nov 2015 17:24:57 +0000
(18:24 +0100)
committer
Pavel Šimerda <psimerda@redhat.com>
Tue, 10 Nov 2015 17:24:57 +0000
(18:24 +0100)
Otherwise it would complain at runtime.
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index ed81b945c91c31cb074dfdae1cff12afd30434e8..78f3938bbebd8bc44e9183dbd6c6517975c3a951 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-70,8
+70,8
@@
libnetresolve_asyncns_la_LDFLAGS = $(AM_LDFLAGS) --export-all-symbols
libnetresolve_asyncns_la_LIBADD = libnetresolve.la
endif
-libnss_netresolve_la_SOURCES =
\
- compat/nsswitch.c
+libnss_netresolve_la_SOURCES =
compat/nsswitch.c
+libnss_netresolve_la_LIBADD = libnetresolve.la
libnss_netresolve_la_LDFLAGS = $(AM_LDFLAGS) -version-info 2:0:0
lib_LTLIBRARIES += \
This page took
0.059258 seconds
and
5
git commands to generate.