summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-09 09:27:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-09 09:27:21 +0000
commitfc26046efdada1690548aabe32d306537dbf3aec (patch)
tree69b37573dadb4d58c2501d70b4faf500fc903232 /kde-base/kcheckpass/files
parentAdded support for non-lazy-bindings as per bug #114049. (diff)
downloadhistorical-fc26046efdada1690548aabe32d306537dbf3aec.tar.gz
historical-fc26046efdada1690548aabe32d306537dbf3aec.tar.bz2
historical-fc26046efdada1690548aabe32d306537dbf3aec.zip
Added support for non-lazy-bindings as per bug #114049.
Package-Manager: portage-2.0.53
Diffstat (limited to 'kde-base/kcheckpass/files')
-rw-r--r--kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch b/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch
new file mode 100644
index 000000000000..b04cfb37a2b2
--- /dev/null
+++ b/kde-base/kcheckpass/files/kcheckpass-3.5.0-bindnow.patch
@@ -0,0 +1,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
+