diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-19 17:17:29 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-19 17:17:29 +0000 |
commit | a6b815ce9fd7f6e7faaaaa1c5b56be655ee838be (patch) | |
tree | 78c408aa788c5219c199ce3623a05e4cf001a514 /Changelog-Trunk.txt | |
parent | 5161d6894dc0afd8fd4a6380ddbb179da3d72623 (diff) | |
download | hercules-a6b815ce9fd7f6e7faaaaa1c5b56be655ee838be.tar.gz hercules-a6b815ce9fd7f6e7faaaaa1c5b56be655ee838be.tar.bz2 hercules-a6b815ce9fd7f6e7faaaaa1c5b56be655ee838be.tar.xz hercules-a6b815ce9fd7f6e7faaaaa1c5b56be655ee838be.zip |
* Changes to the configure script.
- fixed the 'pointers can be stored in ints' test not working
- fixed the linker trying to build 64 bit executables with 32 bit code on x86_64 (missing -m32 flag in LDFLAGS)
- made MYSQL_CFLAGS be built from the --include option to be more portable
- made --with-mysql check if the optional argument is an executable file
- make --with-pcre check if the optional argument is a directory
- other minor changes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11952 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 8a595585c..dbe617805 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,14 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/12/19 + * Changes to the configure script. [FlavioJS] + - fixed the 'pointers can be stored in ints' test not working + - fixed the linker trying to build 64 bit executables with 32 bit code on + x86_64 (missing -m32 flag in LDFLAGS) + - made MYSQL_CFLAGS be built from the --include option to be more portable + - made --with-mysql check if the optional argument is an executable file + - make --with-pcre check if the optional argument is a directory + - other minor changes * Corrected SC_MIRACLE to trigger Bless of the Stars on all defeated mobs. [Skotlex] 2007/12/18 |