shadow-utils/shadow-4.0.3-noinst.patch
cvsdist 8a58e4a190 auto-import changelog data from shadow-utils-4.0.3-18.src.rpm
Wed Jan 21 2004 Dan Walsh <dwalsh@redhat.com> 4.0.3-18
- Fix selinux relabel of /etc/passwd file
Wed Jan 07 2004 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-17
- fix use of uninitialized memory in useradd (#89145)
Tue Dec 16 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-16
- back to UTF-8 again
- remove getspnam(3) man page, now conflicts with man-pages 1.64
Thu Nov 13 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-15
- don't convert man pages to UTF-8 for RHEL 3, conditionalized using macro
- fixup dangling man page references
Mon Nov 10 2003 Nalin Dahyabhai <nalin@redhat.com> 4.0.3-14
- lastlog: don't pass a possibly-smaller field to localtime (#109648)
- configure: call AC_SYS_LARGEFILE to get large file support
Fri Nov 07 2003 Dan Walsh <dwalsh@redhat.com> 4.0.3-13.sel
- turn on SELinux support
2004-09-09 12:28:02 +00:00

25 lines
782 B
Diff

These libraries aren't meant to be installed. Not without headers, at least.
--- shadow-4.0.3/libmisc/Makefile.am 2002-11-21 23:19:50.000000000 -0500
+++ shadow-4.0.3/libmisc/Makefile.am 2002-11-21 23:19:45.000000000 -0500
@@ -5,7 +5,7 @@
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib
-lib_LTLIBRARIES = libmisc.la
+noinst_LTLIBRARIES = libmisc.la
libmisc_la_SOURCES = \
addgrps.c \
--- shadow-4.0.3/lib/Makefile.am 2002-11-21 23:19:37.000000000 -0500
+++ shadow-4.0.3/lib/Makefile.am 2002-11-21 23:19:32.000000000 -0500
@@ -4,7 +4,7 @@
DEFS =
INCLUDES = -I$(top_srcdir)
-lib_LTLIBRARIES = libshadow.la
+noinst_LTLIBRARIES = libshadow.la
libshadow_la_LDFLAGS = -version-info 0:0:0
libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBTCFS) $(LIBSKEY) $(LIBMD) \