aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-12-19 16:01:04 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-12-19 16:01:04 +1000
commit298a4a3acf7a72ed27b3d405368c29b2ebad0f48 (patch)
tree07e9ce5d529cd67b68f673bde005d42622d49228 /src
parentPreliminary support for groupname@vhost in Displayed Groups (EJAB-506) (diff)
Get rid of +driver option because it is incompatible with R15B
Diffstat (limited to 'src')
-rw-r--r--src/eldap/Makefile.in2
-rw-r--r--src/eldap/Makefile.win322
2 files changed, 2 insertions, 2 deletions
diff --git a/src/eldap/Makefile.in b/src/eldap/Makefile.in
index 158252670..8a0a0d768 100644
--- a/src/eldap/Makefile.in
+++ b/src/eldap/Makefile.in
@@ -6,7 +6,7 @@ CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-ASN_FLAGS = -bber_bin +optimize +driver
+ASN_FLAGS = -bber_bin +optimize
ERLANG_CFLAGS = @ERLANG_CFLAGS@
ERLANG_LIBS = @ERLANG_LIBS@
diff --git a/src/eldap/Makefile.win32 b/src/eldap/Makefile.win32
index 228c9ba09..394055d41 100644
--- a/src/eldap/Makefile.win32
+++ b/src/eldap/Makefile.win32
@@ -6,7 +6,7 @@ EFLAGS = -I .. -pz ..
OUTDIR = ..
BEAMS = ..\eldap.beam ..\eldap_filter.beam ..\eldap_pool.beam ..\eldap_utils.beam ..\eldap_filter_yecc.beam
-ASN_FLAGS = -bber_bin +optimize +driver
+ASN_FLAGS = -bber_bin +optimize
ALL : $(BEAMS)