diff options
-rw-r--r-- | print/panda/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 95050dfc6d48..4ec18cee434a 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib" \ LIBS="${PTHREAD_LIBS}" +MAKE_ARGS= NOPROFILE=true INSTALLS_SHLIB= yes MAN3= checkinfo.3 initpanda.3 makedate.3 nowdate.3 \ |