From: Paweł Sikora Date: Fri, 18 Sep 2009 11:49:33 +0000 (+0000) Subject: - fix build error. X-Git-Tag: auto/th/autofs-5_0_5-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fautofs.git;a=commitdiff_plain;h=32f77b1 - fix build error. Changed files: autofs-makefile.patch -> 1.1 --- diff --git a/autofs-makefile.patch b/autofs-makefile.patch new file mode 100644 index 0000000..64e05ff --- /dev/null +++ b/autofs-makefile.patch @@ -0,0 +1,17 @@ +--- autofs-5.0.5/daemon/Makefile.orig 2009-09-03 12:00:12.000000000 +0200 ++++ autofs-5.0.5/daemon/Makefile 2009-09-18 13:41:12.350991340 +0200 +@@ -22,12 +22,8 @@ + LDFLAGS += -rdynamic + LIBS = -ldl + +-ifeq ($(LDAP), 1) +- ifeq ($(SASL), 1) +- CFLAGS += $(XML_FLAGS) +- LIBS += $(XML_LIBS) +- endif +-endif ++CFLAGS += $(XML_FLAGS) ++LIBS += $(XML_LIBS) + + all: automount +