Skip to content

Commit

Permalink
Problem: some systems can't find pcre.h
Browse files Browse the repository at this point in the history
Solution: help by pre-populating a CPPFLAGS value

Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
  • Loading branch information
jimklimov committed Sep 13, 2017
1 parent 0497119 commit cd5bb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ DBG =
CC = ./c -q
export CCLIBS = -lpcre

CPPFLAGS ?= -I/usr/include/pcre

# Reset the suffixes that will be considered to just our own list.
#
# Make programs use the .SUFFIXES psuedo rule for this
Expand Down

0 comments on commit cd5bb70

Please sign in to comment.