Commit a92e1cde authored by Kwabena AB's avatar Kwabena AB

Add flag for linker

parent d03dfb5f
......@@ -25,7 +25,7 @@ configure-options =
--with-build-cc=$CC
--with-build-cflags=$CFLAGS
--with-build-cppflags=$CPPFLAGS
--with-build-ldflags=$LDFLAGS
--with-build-ldflags=D_GNU_SOURCE
# tricky way to rerun with --enable-widec
make-targets =
install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} 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