<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make, branch v1.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/make?h=v1.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/make?h=v1.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2007-01-26T17:17:24Z</updated>
<entry>
<title>Fix for bug #187</title>
<updated>2007-01-26T17:17:24Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-26T17:17:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ccd20043dd29c5483d893cfd223480550a8d1730'/>
<id>urn:sha1:ccd20043dd29c5483d893cfd223480550a8d1730</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6441 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add check for openssl &gt;= 0.9.7, and fix for if the library cant be found at all</title>
<updated>2007-01-21T16:29:48Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-21T16:29:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25608bd1add6a94bdc093f017a7aab0de48d3c45'/>
<id>urn:sha1:25608bd1add6a94bdc093f017a7aab0de48d3c45</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6424 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix broken function vcheck() that checks one dot-delimited version string against another</title>
<updated>2007-01-21T16:25:33Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-21T16:25:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae895cb0108b0be523cec70a543b63e2abbd073b'/>
<id>urn:sha1:ae895cb0108b0be523cec70a543b63e2abbd073b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6422 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add extra macro pkgconfversion("packagename", "version");</title>
<updated>2007-01-21T16:06:10Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-21T16:06:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aad77f47af55a08a9f31d531af1d9304816da747'/>
<id>urn:sha1:aad77f47af55a08a9f31d531af1d9304816da747</id>
<content type='text'>
dies if the version you specify isnt installed.
Also added to m_sqlite3:   pkgconfversion("sqlite3", "3.3")
Note: this will die at configuration time, not compilation time.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6421 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix library detection flags (bad define put into the ldflags)</title>
<updated>2007-01-21T12:30:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-21T12:30:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9e38155c62df2eab9a8321626d5186d19d65094'/>
<id>urn:sha1:f9e38155c62df2eab9a8321626d5186d19d65094</id>
<content type='text'>
Change default flags from "-g" to "-O2 -g1". This takes us down from a build size of 350mb+ to 35mb, and still gives us the ability to backtrace! :)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6419 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix the commandline stuff up to actually work!</title>
<updated>2007-01-20T22:49:54Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T22:49:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=53a28836a2f1f0d0ae2389abeacabbf445051f87'/>
<id>urn:sha1:53a28836a2f1f0d0ae2389abeacabbf445051f87</id>
<content type='text'>
Also, fix 'locate' detection of files when pkg-config cant find them.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6415 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>If we're not in interactive mode, then we dont prompt interactively for the value.</title>
<updated>2007-01-20T22:33:55Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T22:33:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1403bd4c85009000c3bf64acf8b7dec5cc154c70'/>
<id>urn:sha1:1403bd4c85009000c3bf64acf8b7dec5cc154c70</id>
<content type='text'>
We look for the configuration item in the commandline, --$package-includes="" or --$package-libs="" and use that.
If its not defined, we die() with a message to specify the path using that commandline item. This also applies to ./configure -modupdate.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6414 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Additional feature, pass -DVERSION_PKGCONFMODNAME="xxx" to modules that use the pkgconfig detection macros (the modules can use this if they like)</title>
<updated>2007-01-20T22:18:50Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T22:18:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aca1b631d74df615fb20fa0caa99d432ea9b0fd1'/>
<id>urn:sha1:aca1b631d74df615fb20fa0caa99d432ea9b0fd1</id>
<content type='text'>
Extra tweak/fix: Allow for configure cache values containing the = symbol


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6413 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>And fix it so it works</title>
<updated>2007-01-20T22:05:11Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T22:05:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=614618a21fdece732b1a5f8a8c24fb958ccf6b42'/>
<id>urn:sha1:614618a21fdece732b1a5f8a8c24fb958ccf6b42</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6412 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Better detection</title>
<updated>2007-01-20T22:03:42Z</updated>
<author>
<name>brain</name>
</author>
<published>2007-01-20T22:03:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0106c221c0e4bcb9de228a7774c7fb0992b56edd'/>
<id>urn:sha1:0106c221c0e4bcb9de228a7774c7fb0992b56edd</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6411 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
