Browse Source

Fixed usbutils to cross compile fine, and marked to build on stage 1 when cross compiling

early
Alejandro Mery 17 years ago
parent
commit
61064d983e
  1. 5
      base/usbutils/usbutils.conf
  2. 2
      base/usbutils/usbutils.desc

5
base/usbutils/usbutils.conf

@ -12,4 +12,9 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if atstage cross; then
# if not it will try to use rpl_malloc
var_append configcache ' ' 'ac_cv_func_malloc_0_nonnull=yes'
fi
var_append confopt ' ' "--disable-zlib" var_append confopt ' ' "--disable-zlib"

2
base/usbutils/usbutils.desc

@ -34,6 +34,6 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 0.73 [V] 0.73
[P] X -----5---9 110.100 [P] X -?---5---9 110.100
[D] 3467067867 usbutils-0.73.tar.gz http://dl.sourceforge.net/sourceforge/linux-usb/ [D] 3467067867 usbutils-0.73.tar.gz http://dl.sourceforge.net/sourceforge/linux-usb/

Loading…
Cancel
Save