source: freewrt/package/radiusclient-ng/patches/01-cross_compile.patch@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
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  
    2379123791  { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
    2379223792See \`config.log' for more details." >&5
    2379323793echo "$as_me: error: cannot run test program while cross compiling
    23794 See \`config.log' for more details." >&2;}
    23795    { (exit 1); exit 1; }; }
     23794See \`config.log' for more details." >&2;} }
    2379623795else
    2379723796  cat >conftest.$ac_ext <<_ACEOF
    2379823797/* 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  
    376376            <$(srcdir)/radiusclient.conf.in >radiusclient.conf
    377377
    378378install-data-local: servers
    379         $(mkinstalldirs) $(pkgsysconfdir); \
    380         echo " $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
    381         $(INSTALL) -m 600 $(srcdir)/servers $(pkgsysconfdir)/servers
     379        $(mkinstalldirs) $(DESTDIR)/$(pkgsysconfdir); \
     380        echo " $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)/$(pkgsysconfdir)/servers"; \
     381        $(INSTALL) -m 600 $(srcdir)/servers $(DESTDIR)/$(pkgsysconfdir)/servers
    382382
    383383uninstall-local:
    384384        rm -f $(pkgsysconfdir)/servers
Note: See TracBrowser for help on using the repository browser.