summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-02 21:13:50 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-02 21:13:50 -0300
commitd73e0e101257a24612a97be15683d167aa0f7b35 (patch)
tree65260b0612e441e23b5bdfe722f20ed7c06afff1 /src
parent698d7a094fa9bdcfdf42fa6fab25023d17b4057c (diff)
parentb28d67cb83b347fd336c9e4b6a01da2f0aaa5b5f (diff)
downloadevol-hercules-d73e0e101257a24612a97be15683d167aa0f7b35.tar.gz
evol-hercules-d73e0e101257a24612a97be15683d167aa0f7b35.tar.bz2
evol-hercules-d73e0e101257a24612a97be15683d167aa0f7b35.tar.xz
evol-hercules-d73e0e101257a24612a97be15683d167aa0f7b35.zip
Merge branch 'master' into tmw2
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 48fc44b..d17cc8a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -138,8 +138,8 @@ MAP_SRC = emap/atcommand.c \
SHARED_CFLAGS = ${CFLAGS} -O3 -pipe -ffast-math -std=c11 -Wall -Wextra -Wno-sign-compare -Wno-unused -fno-omit-frame-pointer \
-DPCRE_SUPPORT -I../../.. -I../../../../3rdparty \
- -DPACKETVER=20181002 \
- -DevolPacketOffset=0x200
+ -DPACKETVER=20150513 \
+ -DevolPacketOffset=0
SHARED_LDFLAGS = -lm -avoid-version -Wl,--no-undefined
if ENABLE_STATIC_BUILD