summaryrefslogtreecommitdiffstats
path: root/encap/epkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'encap/epkg/Makefile')
-rw-r--r--encap/epkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/encap/epkg/Makefile b/encap/epkg/Makefile
index b9c96efad..e04f9e8fe 100644
--- a/encap/epkg/Makefile
+++ b/encap/epkg/Makefile
@@ -7,6 +7,7 @@ BASEDIR = /usr/local
ENCAPDIR = ${BASEDIR}/encap
PREFIX = /tmp/epkg-static-libs
PATH = ${PREFIX}/bin:/usr/sfw/bin:/usr/ccs/bin:/usr/local/bin:/opt/csw/bin:/usr/sbin:/usr/bin:/bin
+CC = gcc
LDFLAGS = -L${PREFIX}/lib
CPPFLAGS = -I${PREFIX}/include
export PATH LDFLAGS CPPFLAGS