diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-25 07:35:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-25 07:35:40 +0000 |
commit | 353f0b30557c5237e927806f549e9f87fa6b221c (patch) | |
tree | bd2d9bb8d452ef43c4a6eaa3f6833794f8d421b7 /sysutils | |
parent | ba57231cb0090fe04a302930ea1432084a20cbb4 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freeipmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index 27f83b7c7c50..6012b90cdf44 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-init-scripts \ --with-ipmi-monitoring-sdr-cache-dir=${CACHE_DIR}/ipmimonitoringsdrcache \ --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig CONFIGURE_ENV= PTHREAD_LIBS=-pthread ac_cv_path_CPP=${CPP} -CPPFLAGS+= -fPIC -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |