[openwrt/openwrt] xdp-tools: refresh patches

LEDE Commits lede-commits at lists.infradead.org
Fri May 3 05:56:46 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0d436fc8b10fe5d902034cf60885696da7ee0002

commit 0d436fc8b10fe5d902034cf60885696da7ee0002
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Fri May 3 14:32:36 2024 +0200

    xdp-tools: refresh patches
    
    Refresh xdp-tools patches with make package/xdp-tools/refresh
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 .../utils/xdp-tools/patches/010-configure-respect-LDFLAGS.patch     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/network/utils/xdp-tools/patches/010-configure-respect-LDFLAGS.patch b/package/network/utils/xdp-tools/patches/010-configure-respect-LDFLAGS.patch
index 77728a6ee7..e2fbfa57dc 100644
--- a/package/network/utils/xdp-tools/patches/010-configure-respect-LDFLAGS.patch
+++ b/package/network/utils/xdp-tools/patches/010-configure-respect-LDFLAGS.patch
@@ -1,6 +1,6 @@
 --- a/configure
 +++ b/configure
-@@ -176,7 +176,7 @@ int main(int argc, char **argv) {
+@@ -174,7 +174,7 @@ int main(int argc, char **argv) {
      return 0;
  }
  EOF
@@ -9,7 +9,7 @@
      if [ "$?" -eq "0" ]; then
          echo "HAVE_PCAP:=y" >>$CONFIG
          [ -n "$LIBPCAP_CFLAGS" ] && echo 'CFLAGS += ' $LIBPCAP_CFLAGS >> $CONFIG
-@@ -224,7 +224,7 @@ int main(int argc, char **argv) {
+@@ -222,7 +222,7 @@ int main(int argc, char **argv) {
      return 0;
  }
  EOF
@@ -18,7 +18,7 @@
      if [ "$?" -eq "0" ]; then
          echo "HAVE_FEATURES+=${config_var}" >>"$CONFIG"
          echo "yes"
-@@ -291,7 +291,7 @@ int main(int argc, char **argv) {
+@@ -289,7 +289,7 @@ int main(int argc, char **argv) {
  }
  EOF
  




More information about the lede-commits mailing list