0e699bd9f7
with OpenSSL; this version adds an exemption clause). Much cleanup of the port, particularly giving a simpler installation for new users. Thanks pea@ for testing. Maintainer timeout.
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
$OpenBSD: patch-src_lib_Makefile,v 1.6 2010/05/17 16:39:25 sthen Exp $
|
|
--- src/lib/Makefile.orig Wed Dec 30 15:44:35 2009
|
|
+++ src/lib/Makefile Mon May 10 14:10:42 2010
|
|
@@ -40,7 +40,7 @@ TARGET = $(LIBPREFIX)freeradius-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) $^
|
|
|
|
$(LT_OBJS): $(INCLUDES)
|