mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 15:10:42 +01:00
... as this brought us away from the abuild environment. Most importantly, -Os was overriden by -O2, which did make a lot of warning go away.
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
set -e
|
|
autoreconf -fvi
|
|
./configure --prefix=/usr/local $RSYSLOG_CONFIGURE_OPTIONS
|
|
make -j2 check TESTS=""
|