asterisk: add unset RANLIB to make the build success.
authorJohn Lee <john_lee@openmoko.org>
Tue, 29 Jan 2008 12:19:02 +0000 (12:19 +0000)
committerOpenmoko anonymizer key <devel@lists.openmoko.org>
Tue, 29 Jan 2008 12:19:02 +0000 (12:19 +0000)
packages/asterisk/asterisk_1.4.17.bb

index fb64581..0ea808a 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