]> git.pld-linux.org Git - packages/autofs.git/blame - autofs-makefile.patch
- fix build error.
[packages/autofs.git] / autofs-makefile.patch
CommitLineData
32f77b1a
PS
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.087355 seconds and 4 git commands to generate.