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.

15 lines
671 B

  1. diff -dur shadow-4.0.5/src/Makefile.in shadow-4.0.5-p/src/Makefile.in
  2. --- shadow-4.0.5/src/Makefile.in 2004-10-26 03:34:09.000000000 +0200
  3. +++ shadow-4.0.5-p/src/Makefile.in 2004-11-07 04:56:47.042845024 +0100
  4. @@ -352,8 +352,10 @@
  5. # id and groups are from gnu, sulogin from sysvinit
  6. suidbins = su
  7. suidubins = chage chfn chsh expiry gpasswd newgrp passwd
  8. +# Add $(LIBPAM) to $(LDADD) because libmisc and libshadow are using some
  9. +# functions provided by the PAM library.
  10. LDADD = $(top_builddir)/libmisc/libmisc.a \
  11. - $(top_builddir)/lib/libshadow.la
  12. + $(top_builddir)/lib/libshadow.la $(LIBPAM)
  13. chpasswd_LDADD = $(LDADD) $(LIBPAM)
  14. chage_LDADD = $(LDADD) $(LIBPAM)