2 Commits 310da2cac1 ... 3fef13698a

Author SHA1 Message Date
  Christoph Biedl 3fef13698a tcpreplay 4.3.3-2 3 years ago
  Christoph Biedl 4cd201b155 Fix build error on i386 3 years ago
3 changed files with 23 additions and 0 deletions
  1. 6 0
      debian/changelog
  2. 1 0
      debian/patches/series
  3. 16 0
      debian/patches/upstream.fix-build-on-i386.patch

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+tcpreplay (4.3.3-2) unstable; urgency=medium
+
+  * Fix build error on i386
+
+ -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Sun, 26 Jul 2020 12:35:29 +0200
+
 tcpreplay (4.3.3-1) unstable; urgency=medium
 
   * New upstream version 4.3.3. Closes: #957862

+ 1 - 0
debian/patches/series

@@ -1,6 +1,7 @@
 # cherry-picked commits. Keep in upstream's chronological order
 
 # patches that should go upstream
+upstream.fix-build-on-i386.patch
 
 # modifications for Debian
 debian.disable-tcpreplay-test.patch

+ 16 - 0
debian/patches/upstream.fix-build-on-i386.patch

@@ -0,0 +1,16 @@
+Subject: Fix build on i386
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Forwarded: https://sourceforge.net/p/tcpreplay/mailman/message/37070377/
+Last-Update: 2020-07-26
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -106,7 +113,7 @@
+             AC_MSG_RESULT([legacy])
+         fi
+         ;;
+-    Linux*)
++    linux*)
+         dnl ============================================
+         dnl Some libraries are in /usr/lib/i386-linux-gnu
+         dnl but host is i686-linux-gnu