summaryrefslogtreecommitdiff
path: root/openldap
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-07-16 17:40:25 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-07-20 16:40:21 +0100
commitd3c4d9a0f828d42ee6cd0768607ca08b21669d70 (patch)
tree917b3ead0f49b5a8b5dec5793b54c94aba88e371 /openldap
parente88f6ca683a333d927b1e5a63fcae7a88a01ab6b (diff)
android: x86 porting work.
Diffstat (limited to 'openldap')
-rw-r--r--openldap/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openldap/makefile.mk b/openldap/makefile.mk
index 018c67e51e16..e12587a59935 100644
--- a/openldap/makefile.mk
+++ b/openldap/makefile.mk
@@ -21,9 +21,9 @@ all:
@echo "Therefore the version provided here does not need to be built in addition."
.ENDIF
-.IF "$(OS)"=="WNT"
+.IF "$(OS)"=="WNT" || "$(OS)"=="ANDROID" || "$(OS)"=="IOS"
all:
- @echo "Openldap is not needed on Windows."
+ @echo "Openldap is not needed on Windows, Android or iOS."
.ENDIF
# --- Files --------------------------------------------------------