Skip to content

Commit

Permalink
Merge pull request #3946 from MilhouseVH/fixlcd
Browse files Browse the repository at this point in the history
lcdproc: don't build parallel
  • Loading branch information
sraue committed Feb 24, 2015
2 parents cfe1972 + ffed854 commit 24ed310
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/sysutils/lcdproc/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ fi

PKG_CONFIGURE_OPTS_TARGET="--enable-libusb --enable-drivers=$LCD_DRIVER,!curses,!svga --enable-seamless-hbars"

pre_make_target() {
# dont build parallel
MAKEFLAGS=-j1
}

post_makeinstall_target() {
rm -rf $INSTALL/etc/lcd*.conf
rm -rf $INSTALL/usr/bin
Expand Down

0 comments on commit 24ed310

Please sign in to comment.