]> git.pld-linux.org Git - packages/shadow.git/blob - shadow-selinux.patch
- just bugfix now; glibc provides functionality for proper *tmp/*tmpx handling
[packages/shadow.git] / shadow-selinux.patch
1 diff -urN shadow-4.0.6.orig/lib/Makefile.am shadow-4.0.6/lib/Makefile.am
2 --- shadow-4.0.6.orig/lib/Makefile.am   2004-11-18 15:47:10.964296320 +0100
3 +++ shadow-4.0.6/lib/Makefile.am        2004-11-18 21:16:59.076046080 +0100
4 @@ -1,13 +1,13 @@
5  
6  AUTOMAKE_OPTIONS = 1.0 foreign
7  
8 -DEFS = 
9 +DEFS = -DWITH_SELINUX
10  
11  lib_LTLIBRARIES = libshadow.la
12  
13  libshadow_la_LDFLAGS = -version-info 0:0:0
14  libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD) $(LIBSELINUX) \
15 -       $(top_builddir)/libmisc/libmisc.a
16 +       $(top_builddir)/libmisc/libmisc.a -lselinux
17  
18  libshadow_la_SOURCES = \
19         commonio.c \
20 diff -urN shadow-4.0.6.orig/src/Makefile.am shadow-4.0.6/src/Makefile.am
21 --- shadow-4.0.6.orig/src/Makefile.am   2004-11-18 15:47:10.970295408 +0100
22 +++ shadow-4.0.6/src/Makefile.am        2004-11-18 21:20:49.376035160 +0100
23 @@ -3,7 +3,7 @@
24  
25  ubindir = ${prefix}/bin
26  usbindir = ${prefix}/sbin
27 -
28 +DEFS = -D_HAVE_CONFIG_H -DLOCALEDIR=\"$(datadir)/locale\" -DWITH_SELINUX
29  INCLUDES = \
30         -I${top_srcdir}/lib \
31         -I$(top_srcdir)/libmisc
This page took 0.030049 seconds and 3 git commands to generate.