source:
freewrt/package/freeradius/patches/06-freeradius-1.1.2-no_radeapclient.patch@
0051873
| Last change on this file since 0051873 was 0051873, checked in by , 19 years ago | |
|---|---|
|
|
| File size: 1.0 KB | |
-
src/modules/rlm_eap/Makefile.in
diff -Nur freeradius-1.1.2.orig/src/modules/rlm_eap/Makefile.in freeradius-1.1.2/src/modules/rlm_eap/Makefile.in
old new 10 10 RLM_LIBS = libeap/libeap.la $(LIBLTDL) 11 11 RLM_INSTALL = install-subdirs 12 12 RLM_SUBDIRS = libeap @eaptypes@ 13 RLM_UTILS = radeapclient14 13 15 14 # 16 15 # Not using shared libraries, add in ALL known static modules … … 29 28 30 29 $(LT_OBJS): $(HEADERS) 31 30 32 radeapclient: radeapclient.lo $(CLIENTLIBS)33 $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(RLM_LDFLAGS) -o radeapclient radeapclient.lo $(CLIENTLIBS) $(LIBS) $(OPENSSL_LIBS)34 35 radeapclient.lo: radeapclient.c $(HEADERS)36 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(RLM_CFLAGS) -c radeapclient.c37 38 31 install-subdirs: 39 32 @$(MAKE) $(MFLAGS) WHAT_TO_MAKE=install common 40 $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(INSTALLSTRIP) radeapclient$(EXEEXT) $(R)$(bindir)41 33 42 34 common: 43 35 @for dir in $(RLM_SUBDIRS); do \
Note:
See TracBrowser
for help on using the repository browser.
