Remove explicit linking with libelf for OpenBSD.
This isn't needed anymore since commit eee0bc.
This commit is contained in:
parent
a5def5cf92
commit
1560547a0d
4
Makefile
4
Makefile
|
@ -35,8 +35,8 @@ ifeq ($(UNAME),Darwin) # Mac OS X/MacPorts stuff
|
|||
PORTS_LDFLAGS = -L/opt/local/lib
|
||||
else
|
||||
ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff
|
||||
PORTS_CFLAGS = `pkg-config --cflags libelf libusb`
|
||||
PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap
|
||||
PORTS_CFLAGS = `pkg-config --cflags libusb`
|
||||
PORTS_LDFLAGS = `pkg-config --libs libusb` -ltermcap
|
||||
else
|
||||
PORTS_CFLAGS =
|
||||
PORTS_LDFLAGS =
|
||||
|
|
Loading…
Reference in New Issue