Skip to content

Instantly share code, notes, and snippets.

@bitkevin
Last active December 22, 2015 03:38
Show Gist options
  • Save bitkevin/6411448 to your computer and use it in GitHub Desktop.
Save bitkevin/6411448 to your computer and use it in GitHub Desktop.

Makefile

CentOS 6

# modify
LIBS=-lpcre -lcrypto -lm -lpthread -ldl -L/usr/local/lib64 -I/usr/local/include

Other

# modify
LIBS=-lpcre -lcrypto -lm -lpthread -L/usr/local/lib -I/usr/local/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment