On OpenBSD libreadline needs to be linked with -ltermcap.
This commit is contained in:
parent
68775239f3
commit
82d580898c
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ ifeq ($(UNAME),Darwin) # Mac OS X/MacPorts stuff
|
|||
else
|
||||
ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff
|
||||
PORTS_CFLAGS = `pkg-config --cflags libelf libusb`
|
||||
PORTS_LDFLAGS = `pkg-config --libs libelf libusb`
|
||||
PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap
|
||||
else
|
||||
PORTS_CFLAGS =
|
||||
PORTS_LDFLAGS =
|
||||
|
|
Loading…
Reference in New Issue