diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/uuid/make.sh | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/uuid/make.sh')
-rw-r--r-- | data/uuid/make.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/uuid/make.sh b/data/uuid/make.sh index 17b01d5cb..020bc8266 100644 --- a/data/uuid/make.sh +++ b/data/uuid/make.sh @@ -1,4 +1,6 @@ pkg:setup +cp ${PKG_BASE}/config.sub . pkg:configure ac_cv_va_copy=yes -make +make -j8 pkg:install +pkg: find /usr/lib -name '*.la' | xargs rm |