aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/gdbtui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/gdbtui/Makefile')
-rw-r--r--gnu/usr.bin/gdb/gdbtui/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/gdbtui/Makefile b/gnu/usr.bin/gdb/gdbtui/Makefile
index 94dbb4babd52..8369b7f2faef 100644
--- a/gnu/usr.bin/gdb/gdbtui/Makefile
+++ b/gnu/usr.bin/gdb/gdbtui/Makefile
@@ -12,7 +12,9 @@ GDBLIBS= ${OBJ_GDB}/libgdb/libgdb.a
# global symbols visible.
LDFLAGS+= -Wl,-E
-DPADD= ${GDBLIBS} ${BULIBS} ${LIBM} ${LIBREADLINE} ${LIBTERMCAP} ${LIBGNUREGEX}
-LDADD= ${GDBLIBS} ${BULIBS} -lm -lreadline -ltermcap -lgnuregex
+DPADD= ${GDBLIBS} ${BULIBS} ${LIBM} ${LIBREADLINE} ${LIBTERMCAPW} ${LIBGNUREGEX}
+LDADD= ${GDBLIBS} ${BULIBS} -lm ${LIBREADLINE} -ltermcapw -lgnuregex
+
+NO_PIE= yes
.include <bsd.prog.mk>