Skip to content

Commit

Permalink
draft: try ci with iconv cflags for include
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Jul 6, 2023
1 parent 3225939 commit 21c9713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ jobs:
hiredis \
jansson \
jq \
libiconv \
libmagic \
libnet \
libtool \
Expand All @@ -1433,7 +1434,7 @@ jobs:
- run: tar xvf prep/libhtp.tar.gz
- run: tar xvf prep/suricata-update.tar.gz
- run: ./autogen.sh
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-unittests
- run: CFLAGS="${DEFAULT_CFLAGS}" CPPFLAGS="-I/usr/local/opt/libiconv/include" CXXFLAGS="-I/usr/local/opt/libiconv/include" LDFLAGS="-L/usr/local/opt/libiconv/lib" ./configure --enable-unittests
- run: make -j2
# somehow it gets included by some C++ stdlib header (case unsensitive)
- run: rm libhtp/VERSION && make check
Expand Down

0 comments on commit 21c9713

Please sign in to comment.