Stefan Knoblich 3edb841959 Fix mod_spidermonkey build on FreeBSD, (Undefined symbol
PR_LocalTimeParameters).

Move nspr libs to AM_LIBADD to make sure they are _after_ libjs.so.1,
so missing PR_* symbols in libjs can be resolved.

Having all those nspr libs in AM_LDFLAGS will make them to end up before
libjs on the final linker commandline.

The wrong order caused the build-time linker to discard nspr,
since nothing had unresolved symbols belonging to it at that point.
(mod_spidermonkey does not use any PR_* functions/objects.)

Compile + load tested on FreeBSD-8.1.
2010-08-03 13:18:00 +02:00
..
2010-06-28 15:49:19 -05:00
2010-06-29 08:51:39 -05:00
2010-02-18 20:22:32 +00:00
2010-07-23 00:37:08 -05:00
2010-03-04 01:16:48 +00:00
2010-07-06 13:20:27 -05:00
2010-06-07 16:47:35 -05:00
2010-07-06 13:20:27 -05:00
2010-07-06 13:20:27 -05:00
2010-06-29 08:51:39 -05:00
2010-05-06 11:38:36 -05:00
2010-07-15 01:00:08 -05:00
2010-07-23 16:15:10 -05:00
2010-07-29 23:39:39 -05:00
2010-07-23 14:13:45 -05:00
2010-07-13 16:52:32 -05:00
2010-07-14 12:40:19 -05:00
2010-07-15 21:09:48 -05:00
2010-06-17 23:13:32 -05:00
2010-06-30 11:11:21 -05:00
2010-07-23 00:37:08 -05:00
2010-04-02 14:45:36 -05:00
2010-03-15 18:01:38 +00:00
2010-08-02 13:48:35 -05:00
2010-03-09 16:36:40 +00:00
2010-07-30 02:20:54 -05:00
2010-06-01 20:12:33 -05:00
2010-06-03 12:34:38 -05:00