diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-27 01:12:33 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | bec14208a7a92461957ae31b7b2bd68543917ef0 (patch) | |
tree | d5262700acd0e7515f4f4217ddda0df0e8c15379 /packages/expat | |
parent | 993b4acec54f02f3391fce6b56e0366304b79f01 (diff) | |
download | crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.gz crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.bz2 crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.zip |
Builds comp.libs from VCS
... fails on DUMA because it cannot be compiled by newer C++, and patches
are not applied to checkouts from VCS.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/expat')
-rw-r--r-- | packages/expat/package.desc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/expat/package.desc b/packages/expat/package.desc index d1bfcf93..585ce5e6 100644 --- a/packages/expat/package.desc +++ b/packages/expat/package.desc @@ -1,2 +1,4 @@ repository='git https://github.com/libexpat/libexpat.git' +repository_subdir='expat' +bootstrap='./buildconf.sh && make -C doc all' mirrors='http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}' |