Changeset 250

Show
Ignore:
Timestamp:
10/27/04 07:50:14 (9 years ago)
Author:
aprilp
Message:

ipkg/rules: removed --build=mipsel from ./configure

Location:
trunk/wifidog
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/ChangeLog

    r249 r250  
    11# $Header$ 
     22004-10-27 Philippe April <philippe@philippeapril.com> 
     3        * ipkg/rules: removed --build=mipsel from ./configure 
    242004-10-26 Philippe April <philippe@philippeapril.com> 
    35        * ipkg/rules: sed -i is not standard, did a workaround. 
  • trunk/wifidog/ipkg/rules

    r249 r250  
    3838        ./autogen.sh 
    3939        -$(MAKE) distclean 
    40         CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr  --host=$(ARCH) --build=$(ARCH) --target=$(ARCH) 
     40        CC=$(CC) LD=$(LD) AR=$(AR) RANLIB=$(RANLIB) ./configure --prefix=/usr  --host=$(ARCH) --target=$(ARCH) 
    4141        $(MAKE) 
    4242