diff options
author | Jay Freeman <saurik@saurik.com> | 2016-08-22 22:52:16 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2016-08-22 22:52:16 +0000 |
commit | 781b57de9cca90df1b2681d54c4a35be06e19a94 (patch) | |
tree | 1f13e8044035756949c43e48c605568b7b86a2f5 /data/dpkg/make.sh | |
parent | c178ce6504ac2b2b6840c4f92ab2c0d6c5fff45b (diff) |
Upgrade to dpkg 1.18.10.
git-svn-id: http://svn.telesphoreo.org/trunk@819 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/dpkg/make.sh')
-rw-r--r-- | data/dpkg/make.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/dpkg/make.sh b/data/dpkg/make.sh index 9e82f91f0..074b599f4 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 --without-start-stop-daemon --disable-nls --sysconfdir=/etc --disable-linker-optimisations dpkg_cv_va_copy=yes +#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:make pkg:install pkg: rm -rf /usr/share/perl5 |