CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: added missing source file
[attic/ports/opt-cross.git] / wpa_supplicant / Pkgfile
index 7d8ea33f84aa3eef4ff78ae02e14f96932873fb0..f189aaf1cc6fc0325eee193500cc7657f1c253e4 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: openssl ncurses readline
 
 name=wpa_supplicant
-version=0.6.9
+version=0.6.10
 release=1
 source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
 
@@ -13,7 +13,7 @@ build () {
   cd $name-$version/$name
   cp defconfig .config
   echo "CONFIG_READLINE=y" >> .config
-  make
+  make 
   install -d $PKG/{usr/sbin,usr/man/man{8,5},etc}
   install wpa_{cli,passphrase,supplicant} $PKG/usr/sbin
   install doc/docbook/wpa_{background,cli,passphrase,supplicant}.8 $PKG/usr/man/man8