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
|
PORTS_LDFLAGS = -L/opt/local/lib
|
||||||
else
|
else
|
||||||
ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff
|
ifeq ($(UNAME),OpenBSD) # OpenBSD Ports stuff
|
||||||
PORTS_CFLAGS = `pkg-config --cflags libelf libusb`
|
PORTS_CFLAGS = `pkg-config --cflags libusb`
|
||||||
PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap
|
PORTS_LDFLAGS = `pkg-config --libs libusb` -ltermcap
|
||||||
else
|
else
|
||||||
PORTS_CFLAGS =
|
PORTS_CFLAGS =
|
||||||
PORTS_LDFLAGS =
|
PORTS_LDFLAGS =
|
||||||
|
|
Loading…
Reference in New Issue