diff options
author | Sam Bingner <sam@bingner.com> | 2018-08-15 12:42:15 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-08-15 12:42:15 -1000 |
commit | c720592809c2211c4d5bea69058abfa8dd0d3f8b (patch) | |
tree | c2071d5b35d69b3e3fdb83b1c7bd5dd0778080d1 /data/dpkg/make.sh | |
parent | 72a9e76ee8585738e3289a316a2520e8a7a0ad81 (diff) |
Update dpkg to support xz and arm64
Diffstat (limited to 'data/dpkg/make.sh')
-rw-r--r-- | data/dpkg/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dpkg/make.sh b/data/dpkg/make.sh index 074b599f4..54629d49a 100644 --- a/data/dpkg/make.sh +++ b/data/dpkg/make.sh @@ -1,7 +1,7 @@ pkg:setup #autoconf #cp -a libcompat/obstack.[ch] lib -pkg:configure --with-admindir=/var/lib/dpkg --disable-start-stop-daemon --disable-nls --sysconfdir=/etc --disable-linker-optimisations dpkg_cv_va_copy=yes --enable-static=yes --enable-shared=no --with-dpkg-deb-compressor=gzip +pkg:configure --with-admindir=/var/lib/dpkg --disable-start-stop-daemon --disable-nls --sysconfdir=/etc --disable-linker-optimisations dpkg_cv_va_copy=yes --enable-static=yes --enable-shared=no --with-dpkg-deb-compressor=gzip TAR=tar pkg:make pkg:install pkg: rm -rf /usr/share/perl5 |