packages: autofs/autofs-makefile.patch (NEW) - fix build error.

pluto pluto at pld-linux.org
Fri Sep 18 13:49:38 CEST 2009


Author: pluto                        Date: Fri Sep 18 11:49:38 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix build error.

---- Files affected:
packages/autofs:
   autofs-makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/autofs/autofs-makefile.patch
diff -u /dev/null packages/autofs/autofs-makefile.patch:1.1
--- /dev/null	Fri Sep 18 13:49:38 2009
+++ packages/autofs/autofs-makefile.patch	Fri Sep 18 13:49:33 2009
@@ -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
+ 
================================================================


More information about the pld-cvs-commit mailing list