diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-09 11:42:23 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-08-09 11:42:23 +0200 |
commit | 2c088f61bf4d73964e4d73f09412ec74a52e5518 (patch) | |
tree | 63f521249dbc05c69c3b05e757882232714a2d8b /configure | |
parent | 9d9bae11084226b2e1473243d546b149cdf9e5c9 (diff) |
changes to version 2.9.4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1808,7 +1808,7 @@ fi # Define the identity of the package. PACKAGE=ipmiutil - VERSION=2.9.3 + VERSION=2.9.4 cat >>confdefs.h <<_ACEOF @@ -20647,7 +20647,7 @@ else echo $sysname | grep BSD >/dev/null 2>&1 if test $? -eq 0; then os=bsd - OS_CFLAGS="-DBSD" + OS_CFLAGS="-DBSD -fPIC" OS_LFLAGS="" OS_DRIVERS="ipmimv.c ipmidir.c" drivers="open direct" |