summaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-15 16:14:06 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-15 16:14:06 +0000
commite11e6474de0d49ac669f14f47539d535c1910839 (patch)
tree12ef3caa81717bb2d9188f719980370bb38473d2 /3rdparty
parent70b60d3c8215ec5470f1ca0a6a2441168730b5eb (diff)
downloadhercules-e11e6474de0d49ac669f14f47539d535c1910839.tar.gz
hercules-e11e6474de0d49ac669f14f47539d535c1910839.tar.bz2
hercules-e11e6474de0d49ac669f14f47539d535c1910839.tar.xz
hercules-e11e6474de0d49ac669f14f47539d535c1910839.zip
Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15584 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/libconfig/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/libconfig/Makefile.in b/3rdparty/libconfig/Makefile.in
index 22642413d..12ff7572b 100644
--- a/3rdparty/libconfig/Makefile.in
+++ b/3rdparty/libconfig/Makefile.in
@@ -21,4 +21,4 @@ help:
#####################################################################
%.o: %.c $(LIBCONFIG_H)
- @CC@ @CFLAGS@ @LDFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
+ @CC@ @CFLAGS@ @DEFS@ @LDFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<