# HG changeset patch # User J. Ali Harlow # Date 1408788828 -3600 # Node ID 48204dea0b9f08a7486d9782827b82d4977b7b97 # Parent f28bb31024b4f45dbf3bb461850fdb721e894753 Remove INTLLIBS from librazor_la_LIBADD. This partially reverts 611c84a3f4b4538a65d186050608c17adbf17770. It's not clear what motivated the initial inclusion of INTLLIBS here since the net effect is only seen in librazor.la and not in razor.pc and librazor.la is not normally packaged. Certainly neither the static nor the dynamic versions of librazor currently use libintl. At best this would cause the linker to search a static libintl for undefined symbols without finding any; at worse it causes a static build of plover using librazor.la to fail if no static version of libintl is installed. diff -r f28bb31024b4 -r 48204dea0b9f librazor/Makefile.am --- a/librazor/Makefile.am Wed Aug 20 18:57:59 2014 +0100 +++ b/librazor/Makefile.am Sat Aug 23 11:13:48 2014 +0100 @@ -46,7 +46,7 @@ endif librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \ - ../gl/libgnu.la $(INTLLIBS) $(EXTRA_LIBS) + ../gl/libgnu.la $(EXTRA_LIBS) librazor_la_LDFLAGS = -no-undefined \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)