diff options
author | Simo Sorce <ssorce@redhat.com> | 2007-08-20 15:38:47 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2007-08-20 15:38:47 -0400 |
commit | aacfce9cf17862dfa7f44a529e5b2eb2753e35bd (patch) | |
tree | 9e31b496cf8a895fa28ddeb33d6e0acb8b1d16b2 /ipa-server/ipa-kpasswd | |
parent | 14d78e9170e6b3a338cb18e412602925ee6a42a5 (diff) | |
download | freeipa-aacfce9cf17862dfa7f44a529e5b2eb2753e35bd.tar.gz freeipa-aacfce9cf17862dfa7f44a529e5b2eb2753e35bd.tar.xz freeipa-aacfce9cf17862dfa7f44a529e5b2eb2753e35bd.zip |
Remove dependncy on libmhash and use openssl md4 functions
Remove all dependencies on mhash
Remove code optimizatrion from Makefiles, right now these are
developers targeted builds, so it is better to have debugging
symbols around
Diffstat (limited to 'ipa-server/ipa-kpasswd')
-rw-r--r-- | ipa-server/ipa-kpasswd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-kpasswd/Makefile b/ipa-server/ipa-kpasswd/Makefile index 7384ed886..5fd90a69e 100644 --- a/ipa-server/ipa-kpasswd/Makefile +++ b/ipa-server/ipa-kpasswd/Makefile @@ -3,7 +3,7 @@ SBIN = $(PREFIX)/sbin INITDIR = $(DESTDIR)/etc/rc.d/init.d LDFLAGS +=-lkrb5 -llber -lldap -CFLAGS ?= -Wall -Wshadow -O2 +CFLAGS ?= -g -Wall -Wshadow OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) |