wmutils-core: fix cross

This commit is contained in:
Michael Gehring 2017-07-01 09:27:03 +00:00
parent 84986bd3e9
commit af4b63e9cd

View file

@ -15,6 +15,7 @@ checksum=44e16576b7f6e1f126c2cb249449ab7e10fd65289aff774ffaf27d2c15a7b2ba
post_extract() {
sed -i -e 's,/man,/share/man,' \
-e '/^CC /d' \
-e 's|CFLAGS =|CFLAGS +=|' \
-e 's|LDFLAGS =|LDFLAGS +=|' config.mk
}