Skip to content

Commit

Permalink
diffstat: Run configure in compat mode for outdated configure script
Browse files Browse the repository at this point in the history
The option `--localdir` is unknown.

    [BEE] /dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --sysconfdir=/etc --sharedstatedir=/var --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --datadir=/usr/share --infodir=/usr/share/info --localedir=/usr/share/locale --mandir=/usr/share/man --docdir=/usr/share/doc/diffstat --exec-prefix=/usr
    configure: error: unrecognized option: --localedir=/usr/share/locale
    Try `/dev/shm/bee-root/diffstat/diffstat-1.63-0/source/configure --help' for more information.
    Command exited with non-zero status 1

The build type checks for `datarootdir`, which is present here.

    #! /bin/sh
    # From configure.in Revision: 1.33 .
    # Guess values for system-dependent variables and create Makefiles.
    # Generated by Autoconf 2.52.20190901.
  • Loading branch information
pmenzel committed Jun 29, 2020
1 parent 596b951 commit 907fafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion diffstat.be0
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz"

# sourcesubdir_append src

BEE_CONFIGURE='compat'

#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -21,7 +23,7 @@ SRCURL[0]="ftp://ftp.invisible-island.net/diffstat/diffstat-1.63.tgz"
#}

#mee_configure() {
# bee_configure
# bee_configure "${@}"
#}

#mee_build() {
Expand Down

0 comments on commit 907fafc

Please sign in to comment.