PATCH: lib install bug

Curtis Doty Curtis at GreenKey.net
Mon Mar 6 19:29:27 CET 2006


Minor bug in HEAD whereby libs don't get installed properly when using a
test prefix that needs to create libdir.

../C

Index: Makefile
===================================================================
RCS file: /source/radiusd/src/lib/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	22 Jan 2006 21:46:35 -0000	1.28
+++ Makefile	6 Mar 2006 17:51:34 -0000
@@ -48,6 +48,6 @@
 	rm -rf .libs
 
 install: all
-	$(LIBTOOL) --mode=install $(INSTALL) -c $(TARGET).la
$(R)$(libdir)
+	$(LIBTOOL) --mode=install $(INSTALL) -c $(TARGET).la
$(R)$(libdir)/$(TARGET).la
 	rm -f $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la;
 	ln -s $(TARGET).la $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la





More information about the Freeradius-Devel mailing list