mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Install regex.h under include/gnu
This commit is contained in:
parent
26ff94ca43
commit
0ba1614224
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ SHLIB_MAJOR= 2
|
|||
|
||||
SRCS= regex.c
|
||||
INCS= regex.h
|
||||
INCSNAME= gnuregex.h
|
||||
INCSDIR= ${INCLUDEDIR}/gnu
|
||||
NOMAN= noman
|
||||
|
||||
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue