mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.9 KiB

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/kde/kdeadmin/pam-fix.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -ruN kdeadmin-3.5.0/configure kdeadmin-3.5.0-new/configure
--- kdeadmin-3.5.0/configure 2005-11-20 20:59:57.000000000 +0100
+++ kdeadmin-3.5.0-new/configure 2005-12-07 22:05:23.000000000 +0100
@@ -34197,7 +34197,7 @@
#define HAVE_PAM 1
_ACEOF
- PAMLIBS="$PAM_MISC_LIB -lpam $LIBDL"
+ PAMLIBS="$PAM_MISC_LIB -lpam -lpam_misc $LIBDL"
use_pam=yes
if test "$pam_header" = "pam/pam_appl.h"; then
diff -ruN kdeadmin-3.5.0/kuser/Makefile.in kdeadmin-3.5.0-new/kuser/Makefile.in
--- kdeadmin-3.5.0/kuser/Makefile.in 2005-11-20 20:59:55.000000000 +0100
+++ kdeadmin-3.5.0-new/kuser/Makefile.in 2005-12-07 22:06:08.000000000 +0100
@@ -409,7 +409,7 @@
# May be -D_XU_QUOTA -D_XU_SHADOW
#AM_CXXFLAGS = $(KU_NIS) $(KU_QUOTA) $(QUOTACTL) -D_KU_DEBUG
kuser_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-kuser_LDADD = $(LIB_KDEUI) $(LIBCRYPT) $(LIBSHADOW) $(LIBGEN) $(LIB_KABC) -lkntlm
+kuser_LDADD = $(LIB_KDEUI) $(LIBCRYPT) $(LIBSHADOW) $(PAMLIBS) $(LIBGEN) $(LIB_KABC) -lkntlm
####### Files
#>- kuser_SOURCES = \