diff options
Diffstat (limited to 'sources/make/make.spec')
| -rw-r--r-- | sources/make/make.spec | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sources/make/make.spec b/sources/make/make.spec index 99a0d08..0b6f226 100644 --- a/sources/make/make.spec +++ b/sources/make/make.spec @@ -7,20 +7,7 @@ SRC_VERSION="4.4.1" build() { tar xf ../$SRC_FILENAME cd make-*/ - ./configure \ - --bindir=$TT_BINDIR \ - --build=$TT_BUILD \ - --datarootdir=/usr/share \ - --enable-year2038 \ - --host=$TT_TARGET \ - --includedir=$TT_INCLUDEDIR \ - --libdir=$TT_LIBDIR \ - --libexecdir=$TT_LIBDIR \ - --localstatedir=/var \ - --prefix=$TT_PREFIX \ - --runstatedir=/run \ - --sbindir=$TT_BINDIR \ - --sysconfdir=$TT_CONFDIR + ./configure $TT_AUTOCONF_COMMON --enable-year2038 make -O -j $TT_PROCS } @@ -29,5 +16,6 @@ clean() { } package() { + cd make-*/ make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR }
\ No newline at end of file |
