You've already forked mariadb-columnstore-engine
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:
@ -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: \
|
||||
|
Reference in New Issue
Block a user