From 1a128c78e4119cae8d35b661149a12d0fd083b1a Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 03 Nov 2021 22:30:23 +0800
Subject: [PATCH] update led and gpio program

---
 3rdparty/local/libevent/build.sh |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/3rdparty/local/libevent/build.sh b/3rdparty/local/libevent/build.sh
index bccf0aa..d34ab70 100755
--- a/3rdparty/local/libevent/build.sh
+++ b/3rdparty/local/libevent/build.sh
@@ -1,10 +1,10 @@
 #!/bin/bash
 
 #+--------------------------------------------------------------------------------------------
-#|Description:  This shell script used download and compile libevent for ARM
+#|Description:  This shell script used download and compile libevent for RaspberryPi
 #|     Author:  GuoWenxue <guowenxue@gmail.com>
 #|  ChangeLog:
-#|           1, Initialize 1.0.0 on 2011.04.12
+#|           1, Initialize 1.0.0 on 2021.04.12
 #+--------------------------------------------------------------------------------------------
 
 PREFIX_PATH=/usr
@@ -51,6 +51,8 @@
     fi
 
     tar -xzf ${SRC_NAME}.${PACK_SUFIX}
+    check_result "ERROR: decompress ${SRC_NAME} failure"
+
     cd ${SRC_NAME}
 
     ./configure --prefix=${PREFIX_PATH} --enable-thread-support --enable-openssl --enable-function-sections

--
Gitblit v1.9.1