diff options
Diffstat (limited to 'data/cvs/make.sh')
-rw-r--r-- | data/cvs/make.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/cvs/make.sh b/data/cvs/make.sh index a1eb6e34e..d266d0315 100644 --- a/data/cvs/make.sh +++ b/data/cvs/make.sh @@ -1,6 +1,7 @@ pkg:setup -pkg:configure --without-gssapi -make +autoreconf -f -i +pkg:configure --without-gssapi cvs_cv_func_printf_ptr=yes --with-external-zlib +make -j8 pkg:install pkg: mkdir -p /etc/profile.d pkg: cp -a %/cvs.sh /etc/profile.d |