1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert "fix"

This reverts commit 9fcf3be7cf.
This commit is contained in:
suyuan 2023-11-02 14:50:46 +08:00
parent 9fcf3be7cf
commit 989c48abc6
64 changed files with 8 additions and 2801 deletions

View file

@ -1,11 +0,0 @@
--- a/configure
+++ b/configure
@@ -255,7 +255,7 @@ EOF
check_elf()
{
- if ${PKG_CONFIG} libelf --exists; then
+ if [ "${HAVE_ELF}" = "y" ] && ${PKG_CONFIG} libelf --exists; then
echo "HAVE_ELF:=y" >>$CONFIG
echo "yes"