asterisk: add unset RANLIB to make the build success.
authorJohn Lee <john_lee@openmoko.org>
Fri, 29 Feb 2008 10:50:43 +0000 (10:50 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Fri, 29 Feb 2008 10:50:43 +0000 (10:50 +0000)
packages/asterisk/asterisk_1.4.17.bb

index cecb403..46bc90b 100644 (file)
@@ -78,7 +78,7 @@ do_configure () {
 do_compile() {
         (
          #make sure that menuselect gets build using host toolchain
-         unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
+         unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS RANLIB
          cd menuselect 
          ./configure
          oe_runmake