mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Cleaned up build for wavemon
This commit is contained in:
@ -11,14 +11,8 @@
|
||||
# Recommended: NONE
|
||||
# Optional: NONE
|
||||
|
||||
#export CFLAGS="-pthread -I/usr/include/libnl3" &&
|
||||
#sed -i 's:ncursesw/curses.h:curses.h:' wavemon.h &&
|
||||
#sed -i '/^CFLAGS/d' configure.ac &&
|
||||
autoreconf -fiv &&
|
||||
|
||||
# Requires ncurses. If ncurses is installed in /opt/gnu, add this CFLAGS:
|
||||
CFLAGS="-Wl,-rpath=/opt/gnu/lib -lncursesw"
|
||||
|
||||
# Requires ncursesw. Make sure its linked
|
||||
CFLAGS="-lncursesw" \
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var $BUILDTRUPLE &&
|
||||
|
||||
read -p "Compile?" && make -j2 &&
|
||||
|
Reference in New Issue
Block a user