diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-23 06:54:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-23 06:54:23 +0200 |
commit | 9ad1a017071f553b287e0aec37e913e954208ae6 (patch) | |
tree | 21f3693903112601f15138f76c6df959d7304554 | |
parent | ea901fb4978ee7e9cfd2f74c810f2146bdf9d46b (diff) |
-remove dead flag
-rw-r--r-- | src/pq/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 0febac4ac..cbb123cbb 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -24,7 +24,6 @@ libgnunetpq_la_LIBADD = -lpq \ libgnunetpq_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ $(GN_LIB_LDFLAGS) \ - -lpthread \ -version-info 1:0:0 if ENABLE_TEST_RUN |