blob: b04cfb37a2b271488c10d18bf40148188bb101c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: kdebase-3.5.0/kcheckpass/Makefile.am
===================================================================
--- kdebase-3.5.0.orig/kcheckpass/Makefile.am
+++ kdebase-3.5.0/kcheckpass/Makefile.am
@@ -10,7 +10,7 @@ kcheckpass_SOURCES = kcheckpass.c \
checkpass_etcpasswd.c checkpass_pam.c checkpass_shadow.c \
checkpass_osfc2passwd.c checkpass_aix.c
kcheckpass_LDADD = -lkdefakes $(PASSWDLIBS) $(LIBSOCKET)
-kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries)
+kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries) $(BINDNOW_FLAGS)
noinst_HEADERS = kcheckpass.h
|