forked from GitHub/gf-core
fix the dependency on librt
This commit is contained in:
@@ -27,7 +27,8 @@ libpgf_la_SOURCES = \
|
||||
pgf/expr.h \
|
||||
pgf/namespace.h
|
||||
|
||||
libpgf_la_LDFLAGS = "-no-undefined -lrt"
|
||||
libpgf_la_LDFLAGS = -no-undefined
|
||||
libpgf_la_LIBADD = -lrt
|
||||
libpgf_la_CXXFLAGS = -fno-rtti
|
||||
|
||||
bin_PROGRAMS =
|
||||
|
||||
Reference in New Issue
Block a user