diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 09:27:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-09 09:27:21 +0000 |
commit | fc26046efdada1690548aabe32d306537dbf3aec (patch) | |
tree | 69b37573dadb4d58c2501d70b4faf500fc903232 /kde-base/kcheckpass/files | |
parent | Added support for non-lazy-bindings as per bug #114049. (diff) | |
download | historical-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.patch | 13 |
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 + |