mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-30 16:15:40 +00:00
LDLIBS, not LDFLAGS :)
This commit is contained in:
parent
b433902c02
commit
e7068a7d34
@ -65,7 +65,7 @@ JNAERATORARGS = -mode StandaloneJar -runtime JNAerator -library miniupnpc
|
||||
JNAERATORBASEURL = https://repo1.maven.org/maven2/com/nativelibs4java/jnaerator/0.12
|
||||
|
||||
ifeq (SunOS, $(OS))
|
||||
LDFLAGS=-lsocket -lnsl -lresolv
|
||||
LDLIBS=-lsocket -lnsl -lresolv
|
||||
CFLAGS += -D__EXTENSIONS__
|
||||
CFLAGS += -std=c99
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user