Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
PCRE only available for Linux do to build config
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jul 20, 2018
1 parent a4a0f50 commit 54b5b40
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 26 deletions.
8 changes: 0 additions & 8 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,3 @@ CHECK_RELEASE = YES
# or CROSS_OPT settings from base/configure/CONFIG_SITE
#HOST_OPT = NO
#CROSS_OPT = NO

ifdef T_A
BUILD_PCRE=YES

#Comment both of these lines out to disable regex support
PCRE_LIB=$(TOP)/lib/$(T_A)
PCRE_INCLUDE=$(TOP)/include
endif
9 changes: 8 additions & 1 deletion configure/CONFIG_SITE.Common.linux-x86
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#To build PCRE from the build included in the module,
#change to BUILD_PCRE=YES and change the PCRE definitions

#To disable PCRE support, just delete this file

BUILD_PCRE=NO

#Comment both of these lines out to disable regex support
PCRE_INCLUDE=/usr/include/pcre
PCRE_LIB=/usr/lib

#PCRE_LIB=$(TOP)/lib/$(T_A)
#PCRE_INCLUDE=$(TOP)/include
9 changes: 8 additions & 1 deletion configure/CONFIG_SITE.Common.linux-x86_64
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#To build PCRE from the build included in the module,
#change to BUILD_PCRE=YES and change the PCRE definitions

#To disable PCRE support, just delete this file

BUILD_PCRE=NO

#Comment both of these lines out to disable regex support
PCRE_INCLUDE=/usr/include/pcre
PCRE_LIB=/usr/lib

#PCRE_LIB=$(TOP)/lib/$(T_A)
#PCRE_INCLUDE=$(TOP)/include
4 changes: 0 additions & 4 deletions configure/CONFIG_SITE.Common.win32-x86

This file was deleted.

4 changes: 0 additions & 4 deletions configure/CONFIG_SITE.Common.win32-x86-static

This file was deleted.

4 changes: 0 additions & 4 deletions configure/CONFIG_SITE.Common.windows-x64

This file was deleted.

4 changes: 0 additions & 4 deletions configure/CONFIG_SITE.Common.windows-x64-static

This file was deleted.

0 comments on commit 54b5b40

Please sign in to comment.