<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://project.juiblex.co.uk/hg/razor/</link>
    <language>en-us</language>

    <title>razor: src/Makefile.am history</title>
    <description>src/Makefile.am revision history</description>
    <item>
    <title>Add INTLLIBS back into librazor_la_LIBADD and also into razor.pc</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{1fd1d221092d}/src/Makefile.am</link>
    <description><![CDATA[Add INTLLIBS back into librazor_la_LIBADD and also into razor.pc<br/>
<br/>
INTLLIBS was originally added into librazor_la_LIBADD (but not razor.pc)<br/>
in 611c84a3f4b4538a65d186050608c17adbf17770 and then removed in<br/>
236cfc8ecc5c66288e41bf9b72051a3b18326e1c over concerns that it meant<br/>
that building static applications (eg., in plover) required a static<br/>
version of libintl. Since then, however, the inclusion of gnulib's<br/>
getopt has caused the build to fail without INTLLIBS in librazor_la_LIBADD<br/>
with messages of the form:<br/>
<br/>
../gl/.libs/libgnu.a(getopt.o): In function `_getopt_internal_r':<br/>
/home/ali/wk/razor/vpath/gl/../../working/gl/getopt.c:808: undefined reference to `libintl_gettext'<br/>
<br/>
while building librazor.dll.a<br/>
<br/>
Thus it appears that INTLLIBS really is needed and should go back into<br/>
librazor_la_LIBADD (which fixes the build) and should also be in Libs.private<br/>
in razor.pc for static builds. This means that a static version of libintl<br/>
will be required (eg., as part of mingw64-gettext-static).<br/>
<br/>
Along the way, razor.pc has also been fixed to avoid overlinking<br/>
(https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging)<br/>
and a missing include directory that caused the razor executable to<br/>
fail to build was added.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Fri, 03 Oct 2014 15:05:33 +0100</pubDate>
</item>
<item>
    <title>Re-order and add missing LIBS for build against a static lua library</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{51905cfc2bde}/src/Makefile.am</link>
    <description><![CDATA[Re-order and add missing LIBS for build against a static lua library]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Mon, 20 Feb 2012 19:31:07 +0000</pubDate>
</item>
<item>
    <title>Use INTLLIBS where appropriate</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{92f0d99f1108}/src/Makefile.am</link>
    <description><![CDATA[Use INTLLIBS where appropriate]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Wed, 24 Aug 2011 15:27:50 +0100</pubDate>
</item>
<item>
    <title>Implement lua scripts with support for standard and posix libraries.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{4866573c6944}/src/Makefile.am</link>
    <description><![CDATA[Implement lua scripts with support for standard and posix libraries.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 05 Feb 2009 22:43:29 +0000</pubDate>
</item>
<item>
    <title>Implement relocatations when installing rpms.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{48b0adfe3059}/src/Makefile.am</link>
    <description><![CDATA[Implement relocatations when installing rpms.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 22 Jan 2009 22:54:45 +0000</pubDate>
</item>
<item>
    <title>Include test.xml in the distribution since it is needed for make check.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{8bce3ff205bb}/src/Makefile.am</link>
    <description><![CDATA[Include test.xml in the distribution since it is needed for make check.]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Fri, 09 Jan 2009 18:59:38 +0000</pubDate>
</item>
<item>
    <title>Link to winsock2 under mingw (needed for ntohl).</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{636f120d1b5e}/src/Makefile.am</link>
    <description><![CDATA[Link to winsock2 under mingw (needed for ntohl).]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 08 Jan 2009 17:12:28 +0000</pubDate>
</item>
<item>
    <title>Use gnulib with the razor binary for portability (for fnmatch in particular).</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{9f735b6f5939}/src/Makefile.am</link>
    <description><![CDATA[Use gnulib with the razor binary for portability (for fnmatch in particular).]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Thu, 08 Jan 2009 15:36:35 +0000</pubDate>
</item>
<item>
    <title>Make rpmlib an optional dependency</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{53e1185e2366}/src/Makefile.am</link>
    <description><![CDATA[Make rpmlib an optional dependency<br/>
<br/>
Use configure --without-rpm to avoid the dependency (default is unchanged).]]></description>
    <author>&#74;&#46;&#32;&#65;&#108;&#105;&#32;&#72;&#97;&#114;&#108;&#111;&#119;&#32;&#60;&#97;&#108;&#105;&#64;&#106;&#117;&#105;&#98;&#108;&#101;&#120;&#46;&#99;&#111;&#46;&#117;&#107;&#62;</author>
    <pubDate>Tue, 06 Jan 2009 14:06:00 +0000</pubDate>
</item>
<item>
    <title>Get the test driver compiling and running again (but not passing).</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{6e19775d8930}/src/Makefile.am</link>
    <description><![CDATA[Get the test driver compiling and running again (but not passing).]]></description>
    <author>&#74;&#97;&#109;&#101;&#115;&#32;&#66;&#111;&#119;&#101;&#115;&#32;&#60;&#106;&#98;&#111;&#119;&#101;&#115;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 25 Jun 2008 20:53:48 -0400</pubDate>
</item>
<item>
    <title>Don't install /usr/bin/rpm just yet...</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{71b615b7c185}/src/Makefile.am</link>
    <description><![CDATA[Don't install /usr/bin/rpm just yet...]]></description>
    <author>&#75;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#72;&#63;&#103;&#115;&#98;&#101;&#114;&#103;&#32;&#60;&#107;&#114;&#104;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 23 Jun 2008 14:07:07 -0400</pubDate>
</item>
<item>
    <title>Autoconfify razor.</title>
    <link>http://project.juiblex.co.uk/hg/razor/log{c3eb520e2219}/src/Makefile.am</link>
    <description><![CDATA[Autoconfify razor.<br/>
<br/>
committer: Kristian H?gsberg &lt;krh@redhat.com&gt;]]></description>
    <author>&#82;&#105;&#99;&#104;&#97;&#114;&#100;&#32;&#72;&#117;&#103;&#104;&#101;&#115;&#32;&#60;&#114;&#104;&#117;&#103;&#104;&#101;&#115;&#64;&#114;&#101;&#100;&#104;&#97;&#116;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 16 Jun 2008 15:40:30 -0400</pubDate>
</item>

  </channel>
</rss>
