Skip to content

Instantly share code, notes, and snippets.

@kalw
Created June 8, 2020 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalw/edb1c9ec04c7927c9e19079088fd3874 to your computer and use it in GitHub Desktop.
Save kalw/edb1c9ec04c7927c9e19079088fd3874 to your computer and use it in GitHub Desktop.
19,20c19
< CONFLICTS_INSTALL= zstd
< CONFLICTS= beats
---
> CONFLICTS= beats6*
25a25,27
> CGO_CFLAGS= -I.
> CGO_LDFLAGS= -L.
>
34c36
< PACKETBEAT_VARS=GO_TARGETS+=packetbeat
---
> PACKETBEAT_VARS=GO_TARGETS+=packetbeat CGO_CFLAGS+=-I/usr/include CGO_LDFLAGS+=-L/usr/lib
49c51
< @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGET})
---
> (cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${GO_TARGET})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment