fix the dependency on librt

This commit is contained in:
krangelov
2021-09-24 13:57:11 +02:00
parent 2c01eab355
commit a9a8ed8bf3
2 changed files with 3 additions and 1 deletions

View File

@@ -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 =