[Fedora-directory-commits] setuputil/installer/unix Makefile, 1.2, 1.3

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Wed Jun 21 18:44:34 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/setuputil/installer/unix
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30205/installer/unix

Modified Files:
	Makefile 
Log Message:
[175900] Setup Util build (RPM); Comment#12
Preparation for the RPM build.
Since rpm/pkg build needs to use shared version of LDAP C SDK libraries, NSPR
and NSS libraries need to be dynamically linked to setup and uninstall.



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/setuputil/installer/unix/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	28 Jan 2006 02:33:20 -0000	1.2
+++ Makefile	21 Jun 2006 18:44:27 -0000	1.3
@@ -156,13 +156,15 @@
 	@echo
 	$(CXX) $(NONSHARED) $(MODULE_CFLAGS) \
 		-o $(BINDEST)/setup \
-		$(INSTOBJS) $(OBJS) $(LIBINSTALL) $(EXTRA_LIBS) $(CURSES) $(LDAPLINK)
+		$(INSTOBJS) $(OBJS) $(LIBINSTALL) $(EXTRA_LIBS) $(CURSES) \
+		$(LDAPLINK) $(SECURITYLINK) $(NSPRLINK)
 
 $(BINDEST)/uninstall: $(OBJS) $(UNINSTOBJS) $(LIBINSTALL) 
 	@echo
 	$(CXX) $(NONSHARED) $(MODULE_CFLAGS) \
 		-o $(BINDEST)/uninstall \
-		$(UNINSTOBJS) $(OBJS) $(LIBINSTALL) $(LDAPLINK) $(EXTRA_LIBS) $(CURSES)
+		$(UNINSTOBJS) $(OBJS) $(LIBINSTALL) $(LDAPLINK) $(EXTRA_LIBS) \
+		$(CURSES) $(SECURITYLINK) $(NSPRLINK)
 
 #$(BINDEST)/download.bin: $(OBJS) $(DNLDOBJS) $(LIBINSTALL) $(LIBNET)
 #	@echo




More information about the Fedora-directory-commits mailing list