mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-07 12:51:45 +00:00
Add extra ldflags for solaris
This commit is contained in:
@@ -8,7 +8,7 @@ SERVER = ../bin/iodined
|
||||
OS = `uname | tr "a-z" "A-Z"`
|
||||
ARCH = `uname -m`
|
||||
|
||||
LDFLAGS = -lz
|
||||
LDFLAGS = -lz `sh osflags link`
|
||||
CFLAGS = -c -g -Wall -D$(OS) -pedantic
|
||||
|
||||
all: stateos $(CLIENT) $(SERVER)
|
||||
|
||||
Reference in New Issue
Block a user