source:
freewrt/package/radiusclient-ng/patches/01-cross_compile.patch@
428f140
| Last change on this file since 428f140 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 1.4 KB | |
-
radiusclient-ng-0.5.2
diff -urN radiusclient-ng-0.5.2/configure radiusclient-ng-0.5.2.new/configure
old new 23791 23791 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling 23792 23792 See \`config.log' for more details." >&5 23793 23793 echo "$as_me: error: cannot run test program while cross compiling 23794 See \`config.log' for more details." >&2;} 23795 { (exit 1); exit 1; }; } 23794 See \`config.log' for more details." >&2;} } 23796 23795 else 23797 23796 cat >conftest.$ac_ext <<_ACEOF 23798 23797 /* confdefs.h. */ -
radiusclient-ng-0.5.2
diff -urN radiusclient-ng-0.5.2/etc/Makefile.in radiusclient-ng-0.5.2.new/etc/Makefile.in
old new 376 376 <$(srcdir)/radiusclient.conf.in >radiusclient.conf 377 377 378 378 install-data-local: servers 379 $(mkinstalldirs) $( pkgsysconfdir); \380 echo " $(INSTALL) -m 600 $(srcdir)/servers $( pkgsysconfdir)/servers"; \381 $(INSTALL) -m 600 $(srcdir)/servers $( pkgsysconfdir)/servers379 $(mkinstalldirs) $(DESTDIR)/$(pkgsysconfdir); \ 380 echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)/$(pkgsysconfdir)/servers"; \ 381 $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)/$(pkgsysconfdir)/servers 382 382 383 383 uninstall-local: 384 384 rm -f $(pkgsysconfdir)/servers
Note:
See TracBrowser
for help on using the repository browser.
