c07f1cd7d4
FreeRADIUS is an Internet authentication daemon, which implements the RADIUS protocol, as defined in RFC 2865 (and others). based on a port from maintainer Tim Kornau <opti@openbsd.de>
19 lines
681 B
Plaintext
19 lines
681 B
Plaintext
$OpenBSD: patch-src_lib_Makefile,v 1.1.1.1 2006/04/16 14:37:08 sturm Exp $
|
|
--- src/lib/Makefile.orig Fri Feb 10 20:47:04 2006
|
|
+++ src/lib/Makefile Sun Apr 16 15:58:03 2006
|
|
@@ -38,7 +38,7 @@ TARGET = $(LIBPREFIX)radius
|
|
all: $(TARGET).la
|
|
|
|
$(TARGET).la: $(LT_OBJS)
|
|
- $(LIBTOOL) --mode=link $(CC) -release $(RADIUSD_VERSION) \
|
|
+ $(LIBTOOL) --mode=link $(CC) \
|
|
$(LDFLAGS) $(LINK_MODE) -o $@ -rpath $(libdir) $^ $(LCRYPT)
|
|
|
|
$(LT_OBJS): $(INCLUDES)
|
|
@@ -49,5 +49,3 @@ clean:
|
|
|
|
install: all
|
|
$(LIBTOOL) --mode=install $(INSTALL) -c $(TARGET).la $(R)$(libdir)
|
|
- rm -f $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la;
|
|
- ln -s $(TARGET).la $(R)$(libdir)/$(TARGET)-$(RADIUSD_VERSION).la
|