libkse was renamed to libpthread.
This commit is contained in:
parent
a3d4a7715e
commit
7a4745aa41
@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
|
||||
LDFLAGS_A := -static
|
||||
LDFLAGS_P := -pg
|
||||
LDFLAGS_S :=
|
||||
LIBS := -lkse
|
||||
LIBS := -lpthread
|
||||
|
||||
# Flags passed to verify. "-v" or "-u" may be useful.
|
||||
VERIFY = perl verify
|
||||
|
@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3
|
||||
LDFLAGS_A := -static
|
||||
LDFLAGS_P := -pg
|
||||
LDFLAGS_S :=
|
||||
LIBS := -lkse
|
||||
LIBS := -lpthread
|
||||
|
||||
# Flags passed to verify. "-v" or "-u" may be useful.
|
||||
VERIFY = perl verify
|
||||
|
Loading…
Reference in New Issue
Block a user