Browse Source

Merge pull request #1209 from ryzhovau/haproxy_pcredir

haproxy: fix PCREDIR
lilik-openwrt-22.03
Thomas Heil 9 years ago
parent
commit
b4cb981d3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/haproxy/Makefile

+ 1
- 1
net/haproxy/Makefile View File

@ -88,7 +88,7 @@ define Build/Compile
CFLAGS="$(TARGET_CFLAGS) -fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer -fhonour-copts" \
LD="$(TARGET_CC)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
PCREDIR="$(STAGING_DIR)/usr/include" \
PCREDIR="$(STAGING_DIR)/usr" \
SMALL_OPTS="-DBUFSIZE=16384 -DMAXREWRITE=1030 -DSYSTEM_MAXCONN=165530 " \
USE_LINUX_TPROXY=1 USE_LINUX_SPLICE=1 USE_REGPARM=1 $(USE_OPENSSL) \
USE_ZLIB=yes USE_PCRE=1 \


Loading…
Cancel
Save