mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Remove local packet lowdown
It is now included in buildroot
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
diff --git a/configure b/configure
|
||||
index 8ae6a78..c8ab908 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -61,12 +61,7 @@ echo "config.log: writing..."
|
||||
|
||||
MAKE_FLAGS=""
|
||||
|
||||
-if [ -n "${MAKELEVEL}" ]; then
|
||||
- if [ "${MAKELEVEL}" -gt 0 ] ; then
|
||||
- MAKE_FLAGS="--no-print-directory"
|
||||
- echo "all:" | make ${MAKE_FLAGS} -sf - 2>/dev/null || MAKE_FLAGS=""
|
||||
- fi
|
||||
-fi
|
||||
+MAKE_FLAGS="--no-print-directory"
|
||||
|
||||
if [ -n "$MAKE_FLAGS" ]; then
|
||||
echo "GNU submake detected: using --no-print-directory" 1>&2
|
||||
@@ -79,9 +74,6 @@ fi
|
||||
# in.
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
-AR=`printf "all:\\n\\t@echo \\\$(AR)\\n" | make ${MAKE_FLAGS} -sf -`
|
||||
-CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -`
|
||||
-CFLAGS=`printf "all:\\n\\t@echo \\\$(CFLAGS)\\n" | make ${MAKE_FLAGS} -sf -`
|
||||
CFLAGS="${CFLAGS} -g -W -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes"
|
||||
CFLAGS="${CFLAGS} -Wwrite-strings -Wno-unused-parameter"
|
||||
LDLIBS=
|
||||
Reference in New Issue
Block a user