summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 9bd7483..47bb9f9 100755
--- a/configure
+++ b/configure
@@ -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"