diff options
author | Sam Bingner <sam@bingner.com> | 2019-03-29 16:15:07 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-03-29 16:15:07 -1000 |
commit | f420962cfa66e1cba88f7e0b67de5f081b425ef5 (patch) | |
tree | e5fb9fca204bd553c0f8a15e9c2d42a2e02e346b /data/_dpkg | |
parent | f0d949436389a5851c42defba484c4454e351bf2 (diff) |
Update dpkg to have the proper path for perl
Diffstat (limited to 'data/_dpkg')
-rw-r--r-- | data/_dpkg/make.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/_dpkg/make.sh b/data/_dpkg/make.sh index 69af2ba92..ce6a3caa1 100644 --- a/data/_dpkg/make.sh +++ b/data/_dpkg/make.sh @@ -1,6 +1,9 @@ pkg:setup +pkg: cp %/macho.mgc . +pkg: cp %/sign.{c,h} lib/dpkg/ +autoreconf #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 TAR=tar LIBDIR_PERL="$(echo "$(PKG_WORK_ perl)"/perl-5*/miniperl_top)" PERL=/usr/bin/perl +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 --with-logdir=/var/log/dpkg TAR=tar PERL_LIBDIR="$("$(PKG_WORK_ perl)"/perl-5*/miniperl_top -e 'use Config; print $Config{vendorlib};')" PERL=/usr/bin/perl pkg:make pkg:install |