Skip to content

Commit

Permalink
Pass correct options to the configure command (netdata#5244)
Browse files Browse the repository at this point in the history
Configure needs the options that `netdata-installer.sh` uses as well. Without them, we get problems with the paths in the .in scripts
  • Loading branch information
cakrit authored and kiku-jw committed Mar 4, 2019
1 parent a6b123f commit 3e763b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/create_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BASENAME="netdata-$(git describe)"
python -c 'import os,sys,fcntl; flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL); fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);'
echo "--- Create tarball ---"
autoreconf -ivf
./configure
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-zlib --with-math --with-user=netdata CFLAGS=-O2
make dist
mv "${BASENAME}.tar.gz" artifacts/

Expand Down

0 comments on commit 3e763b4

Please sign in to comment.