commit | b45c4cb9f04bf295411c420c1ac05a0dd42e5e74 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Sun Nov 01 06:34:56 2015 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Nov 01 06:34:56 2015 -0600 |
tree | d8b31b599628ec2ff8df2d9841ab13079373e6d2 | |
parent | 7bb1b15e20087ff630da97acd48eba3cb958734c [diff] [blame] |
Fix compile and linker problems
diff --git a/Makefile b/Makefile index e635432..f56eba3 100644 --- a/Makefile +++ b/Makefile
@@ -11,7 +11,7 @@ CFLAGS ?= $(OPTFLAGS) CXXFLAGS ?= $(OPTFLAGS) CFLAGS += -Wall -flto -fPIC -CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC -I. +CXXFLAGS += --std=gnu++14 -Wall -flto -fPIC __PKG_CONFIG = $(if $1,$(shell pkg-config $2 $1))