Commit 0467e56e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

logrotate has duplicate symbols in its headers and new GCC does not like it -...

logrotate has duplicate symbols in its headers and new GCC does not like it - tell GCC that it is OK
parent 793c48a3
all: logrotate-conf logrotate-timer logrotate-service all: logrotate-conf logrotate-timer logrotate-service
tar xf logrotate-3.15.0.tar.xz tar xf logrotate-3.15.0.tar.xz
cd logrotate-3.15.0 && ./configure --prefix=/usr cd logrotate-3.15.0 && ./configure --prefix=/usr CFLAGS="-fcommon"
$(MAKE) -C logrotate-3.15.0 $(MAKE) -C logrotate-3.15.0
-$(MAKE) -C logrotate-3.15.0 test -$(MAKE) -C logrotate-3.15.0 test
$(MAKE) -C logrotate-3.15.0 install $(MAKE) -C logrotate-3.15.0 install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment