projects
/
packages
/
autofs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d2137
)
- fix build error.
author
Paweł Sikora
<pluto@pld-linux.org>
Fri, 18 Sep 2009 11:49:33 +0000
(11:49 +0000)
committer
cvs2git
<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]
patch
|
blob
diff --git a/autofs-makefile.patch
b/autofs-makefile.patch
new file mode 100644
(file)
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
+
This page took
0.065235 seconds
and
4
git commands to generate.