[Fedora-directory-commits] adminserver/admserv/newinst/src Makefile, 1.11, 1.12

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Oct 13 22:59:12 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/adminserver/admserv/newinst/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2544/adminserver/admserv/newinst/src

Modified Files:
	Makefile 
Log Message:
Now that the LDAP C SDK is linked with SASL by default, other executables
that link with the LDAP C SDK also require linking with SASL.  The ones
in the directory server were already done, but we were missing the
setuputil executables setup and uninstall, and the setup and CGI executables
in the adminserver.
These changes add SASL_LINK to the link line for those executables.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Makefile	12 May 2006 18:29:13 -0000	1.11
+++ Makefile	13 Oct 2006 22:59:05 -0000	1.12
@@ -143,18 +143,18 @@
 
 $(BINDEST)/ns-config: $(OBJDEST)/ux-config.o $(OBJS1) $(DEPLIBS) $(LIBINST)
 	$(CXX) $(MODULE_CFLAGS) -o $(BINDEST)/ns-config $(OBJDEST)/ux-config.o \
-		$(OBJS1) $(LIBINST) $(LIBLDAP) \
-		$(DEPLIBS) $(EXTRA_LIBS) $(CURSES) 
+		$(OBJS1) $(LIBINST) $(LIBLDAP) $(SASL_LINK) \
+		$(DEPLIBS) $(EXTRA_LIBS) $(CURSES)
 
 $(BINDEST)/ns-update: $(OBJDEST)/ux-update.o $(OBJS2) $(DEPLIBS) $(LIBINST)
 	$(CXX) $(MODULE_CFLAGS) $(RPATHFLAG_PREFIX)$(RPATHFLAG) \
 		-o $(BINDEST)/ns-update $(OBJDEST)/ux-update.o \
-		$(OBJS2) $(LIBINST) $(LIBLDAP) \
+		$(OBJS2) $(LIBINST) $(LIBLDAP) $(SASL_LINK) \
 		$(DEPLIBS2) $(EXTRA_LIBS) $(CURSES)
 
 $(BINDEST)/ns-remove: $(OBJDEST)/ux-remove.o $(DEPLIBS) $(LIBINST)
 	$(CXX) $(MODULE_CFLAGS) -o $(BINDEST)/ns-remove $(OBJDEST)/ux-remove.o \
-		$(OBJS2) $(LIBINST) $(LIBLDAP) \
+		$(OBJS2) $(LIBINST) $(LIBLDAP) $(SASL_LINK) \
 		$(DEPLIBS) $(EXTRA_LIBS) $(CURSES)
 
 $(OBJDEST)/%.o: %.c




More information about the Fedora-directory-commits mailing list