diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-06 12:03:45 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-06 12:03:45 -1000 |
commit | 03373a3d83d8c8d6cbc6e0a74b3434ef695e4c22 (patch) | |
tree | 7536f10be3adf7fb554dfdfe136db30f2798dabb /data/xar | |
parent | 4d9f1a0e9610f10d9f07818b0a1345e391a6a68e (diff) |
Build system updates
Diffstat (limited to 'data/xar')
-rw-r--r-- | data/xar/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/xar/make.sh b/data/xar/make.sh index 4da9aa1a4..da055f6b5 100644 --- a/data/xar/make.sh +++ b/data/xar/make.sh @@ -1,5 +1,5 @@ pkg:setup cp ${PKG_BASE}/config.sub . -pkg:configure --with-xml2-config="$(PKG_DEST_ libxml2)/usr/bin/xml2-config" --with-lzma="$(PKG_DEST_ liblzma)/usr" -make +pkg:configure CPPFLAGS="$("$(PKG_DEST_ libxml2)/usr/bin/xml2-config" --cflags | sed -e "s^/usr/^$(PKG_DEST_ _libxml2)/usr/^")" --with-xml2-config="$(PKG_DEST_ libxml2)/usr/bin/xml2-config" --with-lzma="$(PKG_DEST_ liblzma)/usr" +pkg:make pkg:install |