File: configure.patch

package info (click to toggle)
ebtables 2.0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,144 kB
  • sloc: ansic: 9,451; sh: 4,639; makefile: 61; perl: 45
file content (14 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: configure.am patch
Ebtables libraries are allocated in a specific directory 
From: Alberto Molina Coballes <alb.molina@gmail.com>

--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@
 AC_ARG_VAR([LOCKFILE], [Custom libebtc lockfile path (default: /var/lib/ebtables/lock)])
 AS_IF([test "x$LOCKFILE" = x], [LOCKFILE="/var/lib/ebtables/lock"])
 
+libdir="/usr/lib/ebtables"
 regular_CFLAGS="-Wall -Wunused"
 regular_CPPFLAGS=""
 case "$host" in