libkse was renamed to libpthread.
This commit is contained in:
parent
8f796dca97
commit
c03701303f
@ -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…
x
Reference in New Issue
Block a user