source:
freewrt/package/freeradius/patches/06-freeradius-1.1.1-no_radeapclient.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.0 KB | |
-
src/modules/rlm_eap/Makefile.in
diff -ruN freeradius-1.1.1-old/src/modules/rlm_eap/Makefile.in freeradius-1.1.1-new/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) -static -o radeapclient radeapclient.lo $(CLIENTLIBS) $(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.
