From: Petri Lehtinen Date: Wed, 19 Sep 2012 04:11:26 +0000 (-0700) Subject: Merge pull request #90 from luke-jr/patch-1 X-Git-Tag: v2.4-moonshot~1^2~4 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=c3fc1d73820000e7757c059a043cf8813316988f;hp=4118315afa994ff71c2970c9f8933ab48178dbcb;p=jansson.git Merge pull request #90 from luke-jr/patch-1 Add -no-undefined to LDFLAGS --- diff --git a/src/Makefile.am b/src/Makefile.am index 22bc053..376eea6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,7 @@ libjansson_la_SOURCES = \ utf.h \ value.c libjansson_la_LDFLAGS = \ + -no-undefined \ -export-symbols-regex '^json_' \ -version-info 7:1:3