Skip to content

Commit

Permalink
Merge pull request #165 from negbie/master
Browse files Browse the repository at this point in the history
Fix CenOS compilation
  • Loading branch information
negbie authored May 6, 2020
2 parents f239d61 + a4e426d commit 1b2a808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME?=heplify
export CGO_LDFLAGS += -Wl,-static -L/usr/lib/x86_64-linux-gnu/libpcap.a -lpcap -Wl,-Bdynamic
#export CGO_LDFLAGS += -Wl,-static -L/usr/lib/x86_64-linux-gnu/libpcap.a -lpcap -Wl,-Bdynamic

PKGLIST=$(shell go list ./... | grep -Ev '/vendor|decoder/internal')

Expand Down

0 comments on commit 1b2a808

Please sign in to comment.