1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

[MCOL-69] bundle newer net-snmp

This commit is contained in:
justin
2016-06-14 10:51:41 -04:00
parent 1222725e8e
commit 00af1b0b54
5 changed files with 27 additions and 7 deletions

View File

@ -121,9 +121,21 @@ then
./configure --prefix=$PREFIX
else
echo "BUILDING WITH DEFAULT PREFIX"
./configure --prefix=/usr/local/mariadb/columnstore
PREFIX=/usr/local/mariadb/columnstore
./configure --prefix=$PREFIX
fi
cd net-snmp/net-snmp
./configure --prefix=$PREFIX --with-mib-modules=disman/event-mib --with-cc=gcc \
--with-logfile=$PREFIX/log/snmpd.log \
--with-sys-location=Unknown \
--with-sys-contact=root@localhost.localdomain \
--with-default-snmp-version=3 \
--with-persistent-directory=$PREFIX/var/net-snmp \
--without-openssl \
--with-ldflags="-Wl,-rpath -Wl,$PREFIX/lib"
#for x in \
#$(find . -name '[mM]akefile' \
# | xargs grep -l ^bootstrap: \