]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-makefile.patch
64e05ffa704fd9586c307cc4a7b96187f8577322
[packages/autofs.git] / autofs-makefile.patch
1 --- autofs-5.0.5/daemon/Makefile.orig   2009-09-03 12:00:12.000000000 +0200
2 +++ autofs-5.0.5/daemon/Makefile        2009-09-18 13:41:12.350991340 +0200
3 @@ -22,12 +22,8 @@
4  LDFLAGS += -rdynamic
5  LIBS = -ldl
6  
7 -ifeq ($(LDAP), 1)
8 -  ifeq ($(SASL), 1)
9 -    CFLAGS += $(XML_FLAGS)
10 -    LIBS += $(XML_LIBS)
11 -  endif
12 -endif
13 +CFLAGS += $(XML_FLAGS)
14 +LIBS += $(XML_LIBS)
15  
16  all: automount
17  
This page took 0.046722 seconds and 2 git commands to generate.