]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- fix build error.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 18 Sep 2009 11:49:33 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autofs-makefile.patch -> 1.1

autofs-makefile.patch [new file with mode: 0644]

diff --git a/autofs-makefile.patch b/autofs-makefile.patch
new file mode 100644 (file)
index 0000000..64e05ff
--- /dev/null
@@ -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
This page took 0.0597 seconds and 4 git commands to generate.