]> git.pld-linux.org Git - packages/autofs.git/blob - autofs-makefile.patch
- updated to 5.0.8
[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,10 +22,8 @@
4  LDFLAGS += -rdynamic
5  LIBS = -ldl
6  
7 -ifeq ($(LDAP), 1)
8 -    CFLAGS += $(XML_FLAGS)
9 -    LIBS += $(XML_LIBS)
10 -endif
11 +CFLAGS += $(XML_FLAGS)
12 +LIBS += $(XML_LIBS)
13  
14  all: automount
15  
This page took 0.054548 seconds and 3 git commands to generate.