From: Michael Tremer Date: Sun, 24 Jan 2010 22:49:03 +0000 (+0100) Subject: Remove any cross build target lines. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f2538dfcd68bf3aa77e1866ce30f9d2bf612fe;p=ipfire-3.x.git Remove any cross build target lines. --- diff --git a/pkgs/core/acl/acl.nm b/pkgs/core/acl/acl.nm index bf954cd7f..55bd8970b 100644 --- a/pkgs/core/acl/acl.nm +++ b/pkgs/core/acl/acl.nm @@ -58,7 +58,6 @@ PKG_PATCHES += $(THISAPP)-exitcode.patch define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --disable-static diff --git a/pkgs/core/attr/attr.nm b/pkgs/core/attr/attr.nm index 7aac32adf..3bace1fcc 100644 --- a/pkgs/core/attr/attr.nm +++ b/pkgs/core/attr/attr.nm @@ -51,7 +51,6 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --enable-shared diff --git a/pkgs/core/bash/bash.nm b/pkgs/core/bash/bash.nm index 18bf63eb0..55399e082 100644 --- a/pkgs/core/bash/bash.nm +++ b/pkgs/core/bash/bash.nm @@ -76,7 +76,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --without-bash-malloc \ diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index 6040ad8fc..437249274 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -62,7 +62,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ gl_cv_func_printf_directive_n=no \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --enable-largefile \ --enable-install-program=arch,hostname,su \ diff --git a/pkgs/core/cracklib/cracklib.nm b/pkgs/core/cracklib/cracklib.nm index b1d644fa0..940c94b76 100644 --- a/pkgs/core/cracklib/cracklib.nm +++ b/pkgs/core/cracklib/cracklib.nm @@ -56,7 +56,6 @@ PKG_OBJECTS += cracklib-words-20080507.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --with-default-dict=/lib/cracklib/pw_dict \ --with-python \ diff --git a/pkgs/core/db/db.nm b/pkgs/core/db/db.nm index 72ab97e29..05be0ef31 100644 --- a/pkgs/core/db/db.nm +++ b/pkgs/core/db/db.nm @@ -51,7 +51,6 @@ define STAGE_BUILD cd $(DIR_APP)/build_unix && \ CC=gcc \ ../dist/configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --enable-compat185 \ --enable-cxx \ diff --git a/pkgs/core/file/file.nm b/pkgs/core/file/file.nm index 1d957aa78..1262a9e14 100644 --- a/pkgs/core/file/file.nm +++ b/pkgs/core/file/file.nm @@ -50,7 +50,6 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static diff --git a/pkgs/core/findutils/findutils.nm b/pkgs/core/findutils/findutils.nm index f84881dd9..26a034452 100644 --- a/pkgs/core/findutils/findutils.nm +++ b/pkgs/core/findutils/findutils.nm @@ -52,7 +52,6 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --libexecdir=/usr/lib/findutils \ --localstatedir=/var/lib/locate diff --git a/pkgs/core/flex/flex.nm b/pkgs/core/flex/flex.nm index b7f9df635..fd8a807d8 100644 --- a/pkgs/core/flex/flex.nm +++ b/pkgs/core/flex/flex.nm @@ -57,7 +57,6 @@ PKG_TARBALL = $(THISAPP).tar.bz2 define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static diff --git a/pkgs/core/gawk/gawk.nm b/pkgs/core/gawk/gawk.nm index 834d7b308..2bf370c57 100644 --- a/pkgs/core/gawk/gawk.nm +++ b/pkgs/core/gawk/gawk.nm @@ -50,7 +50,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --libexecdir=/usr/lib diff --git a/pkgs/core/gettext/gettext.nm b/pkgs/core/gettext/gettext.nm index aedf409f6..14c057e28 100644 --- a/pkgs/core/gettext/gettext.nm +++ b/pkgs/core/gettext/gettext.nm @@ -64,7 +64,6 @@ PKG_PATCHES += $(THISAPP)-automake-1.patch define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static diff --git a/pkgs/core/grep/grep.nm b/pkgs/core/grep/grep.nm index 1a794ced6..f64763e36 100644 --- a/pkgs/core/grep/grep.nm +++ b/pkgs/core/grep/grep.nm @@ -52,7 +52,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --without-included-regex diff --git a/pkgs/core/grub/grub.nm b/pkgs/core/grub/grub.nm index c3c63a01b..e9921df81 100644 --- a/pkgs/core/grub/grub.nm +++ b/pkgs/core/grub/grub.nm @@ -80,7 +80,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ grub_cv_prog_objcopy_absolute=yes \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr cd $(DIR_APP) && make $(PARALLELISMFLAGS) diff --git a/pkgs/core/gzip/gzip.nm b/pkgs/core/gzip/gzip.nm index fe10b95cf..097e136e9 100644 --- a/pkgs/core/gzip/gzip.nm +++ b/pkgs/core/gzip/gzip.nm @@ -61,7 +61,6 @@ define STAGE_BUILD DEFS=NO_ASM \ CPPFLAGS="-DHAVE_LSTAT" \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin diff --git a/pkgs/core/libtool/libtool.nm b/pkgs/core/libtool/libtool.nm index 3b9822bb6..267eb356b 100644 --- a/pkgs/core/libtool/libtool.nm +++ b/pkgs/core/libtool/libtool.nm @@ -54,7 +54,6 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME)-2.2.6 define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static diff --git a/pkgs/core/ncurses/ncurses.nm b/pkgs/core/ncurses/ncurses.nm index f4679c2c7..e8c863f17 100644 --- a/pkgs/core/ncurses/ncurses.nm +++ b/pkgs/core/ncurses/ncurses.nm @@ -52,7 +52,6 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --with-shared \ --without-debug \ diff --git a/pkgs/core/pam/pam.nm b/pkgs/core/pam/pam.nm index f3e12ab8b..ebed70d93 100644 --- a/pkgs/core/pam/pam.nm +++ b/pkgs/core/pam/pam.nm @@ -54,7 +54,6 @@ PKG_PATCHES += $(THISAPP)-no-yywrap-1.patch define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --libdir=/lib \ --sbindir=/lib/security \ --enable-securedir=/lib/security \ diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index 162dbc713..3f835bbf7 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -54,7 +54,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ OPT="$(CFLAGS)" \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --enable-ipv6 \ --disable-static diff --git a/pkgs/core/readline/readline.nm b/pkgs/core/readline/readline.nm index 49e7305a6..1a54fd0c2 100644 --- a/pkgs/core/readline/readline.nm +++ b/pkgs/core/readline/readline.nm @@ -56,7 +56,6 @@ PKG_PATCHES += $(THISAPP)-shlib-1.patch define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --libdir=/lib \ --disable-static diff --git a/pkgs/core/texinfo/texinfo.nm b/pkgs/core/texinfo/texinfo.nm index e778ac547..084d20f46 100644 --- a/pkgs/core/texinfo/texinfo.nm +++ b/pkgs/core/texinfo/texinfo.nm @@ -54,7 +54,6 @@ define STAGE_BUILD cd $(DIR_APP) && \ LDFLAGS="-lncursesw" \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr cd $(DIR_APP) && make $(PARALLELISMFLAGS) diff --git a/pkgs/core/util-linux-ng/util-linux-ng.nm b/pkgs/core/util-linux-ng/util-linux-ng.nm index 554b52b3b..287d1e00b 100644 --- a/pkgs/core/util-linux-ng/util-linux-ng.nm +++ b/pkgs/core/util-linux-ng/util-linux-ng.nm @@ -60,7 +60,6 @@ endef define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ --sbindir=/sbin \ diff --git a/pkgs/core/xz/xz.nm b/pkgs/core/xz/xz.nm index 73158da1c..1e4b8f473 100644 --- a/pkgs/core/xz/xz.nm +++ b/pkgs/core/xz/xz.nm @@ -59,7 +59,6 @@ endef define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static