Turn static linking back on.

pull/37/merge
Timothy Stack 15 years ago
parent 88889954b8
commit fea24fc5b5

@ -25,7 +25,8 @@ endif
AM_LDFLAGS = \
$(SQLITE3_LDFLAGS) \
$(PCRE_LDFLAGS) \
-pthread
-pthread \
-static
AM_CPPFLAGS = \
-Wall \

@ -207,7 +207,8 @@ noinst_LIBRARIES = libdiag.a
AM_LDFLAGS = \
$(SQLITE3_LDFLAGS) \
$(PCRE_LDFLAGS) \
-pthread
-pthread \
-static
AM_CPPFLAGS = \
-Wall \

Loading…
Cancel
Save