summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile
diff options
context:
space:
mode:
authorPete Rowley <prowley@redhat.com>2007-08-21 12:41:32 -0700
committerPete Rowley <prowley@redhat.com>2007-08-21 12:41:32 -0700
commit23508d33b5d9de287411aeead9b3937cc8661093 (patch)
tree5065f624ecef90c2bb9e6123f64f1d3d0174d7a5 /ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile
parent7691653c0a3ee95aab7c64d631c694a300547345 (diff)
downloadfreeipa-23508d33b5d9de287411aeead9b3937cc8661093.tar.gz
freeipa-23508d33b5d9de287411aeead9b3937cc8661093.tar.xz
freeipa-23508d33b5d9de287411aeead9b3937cc8661093.zip
Add DS task to fix up memberof, turn debug build back on
Diffstat (limited to 'ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile')
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile
index b94f1d8c8..71258e6bf 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile
+++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/Makefile
@@ -6,7 +6,7 @@ SHAREDIR = $(DESTDIR)/usr/share/ipa
SONAME = libipa-memberof-plugin.so
LDFLAGS += -llber
-CFLAGS ?= -Wall -Wshadow -O2
+CFLAGS ?= -g -Wall -Wshadow
CFLAGS += -I/usr/include/$(DIRSRV) -I/usr/include/nss3 -I/usr/include/mozldap -I/usr/include/nspr4 -fPIC -DPIC
OBJS = $(patsubst %.c,%.o,$(wildcard *.c))