Commit 62492a9b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

cpio has duplicate symbols - tell GCC to ignore it

parent d23c80b8
all:
tar xf cpio-2.13.tar.bz2
cd cpio-2.13 && ./configure --prefix=/usr --bindir=/bin --enable-mt --with-rmt=/usr/libexec/rmt
cd cpio-2.13 && ./configure --prefix=/usr --bindir=/bin --enable-mt --with-rmt=/usr/libexec/rmt CFLAGS="-fcommon"
$(MAKE) -C cpio-2.13
cd cpio-2.13 && makeinfo --html -o doc/html doc/cpio.texi
cd cpio-2.13 && makeinfo --html --no-split -o doc/cpio.html doc/cpio.texi
......
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