]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Remove any cross build target lines.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:49:03 +0000 (23:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:49:03 +0000 (23:49 +0100)
22 files changed:
pkgs/core/acl/acl.nm
pkgs/core/attr/attr.nm
pkgs/core/bash/bash.nm
pkgs/core/coreutils/coreutils.nm
pkgs/core/cracklib/cracklib.nm
pkgs/core/db/db.nm
pkgs/core/file/file.nm
pkgs/core/findutils/findutils.nm
pkgs/core/flex/flex.nm
pkgs/core/gawk/gawk.nm
pkgs/core/gettext/gettext.nm
pkgs/core/grep/grep.nm
pkgs/core/grub/grub.nm
pkgs/core/gzip/gzip.nm
pkgs/core/libtool/libtool.nm
pkgs/core/ncurses/ncurses.nm
pkgs/core/pam/pam.nm
pkgs/core/python/python.nm
pkgs/core/readline/readline.nm
pkgs/core/texinfo/texinfo.nm
pkgs/core/util-linux-ng/util-linux-ng.nm
pkgs/core/xz/xz.nm

index bf954cd7fa381bc02c319b235eccf511bcedf200..55bd8970b77d995f4d0dceef521a4e9ce88670c7 100644 (file)
@@ -58,7 +58,6 @@ PKG_PATCHES   += $(THISAPP)-exitcode.patch
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --disable-static
index 7aac32adff1cd03e5a04ef7c4e831a855bc049ca..3bace1fcc9904087ee928cfd40fe26db1e58b142 100644 (file)
@@ -51,7 +51,6 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --enable-shared
index 18bf63eb09a36010981b486a8080288dc7db7685..55399e082a33a1655f8f75481c0ca2f4d47b58cd 100644 (file)
@@ -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 \
index 6040ad8fc6b6818ad6314624f9ef153bf0564e8d..43724927449bd7dc5749c3d475c543d834d81753 100644 (file)
@@ -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 \
index b1d644fa048f92b88611527c307c43a6ef00c42b..940c94b76f6244860f526d3ca55b37019cf515fe 100644 (file)
@@ -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 \
index 72ab97e293f0e406f3f9da0f752e0f3035bc5f04..05be0ef3190cf495d601667711236a116b822265 100644 (file)
@@ -51,7 +51,6 @@ define STAGE_BUILD
        cd $(DIR_APP)/build_unix && \
                CC=gcc \
                ../dist/configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --enable-compat185 \
                        --enable-cxx \
index 1d957aa785f1e88f3e72b84f063823a31f6c5bff..1262a9e14de99712a0d6632a28db0eaddcaf52a8 100644 (file)
@@ -50,7 +50,6 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static
 
index f84881dd9e4aab7e4523cd34a03e201cfd892c71..26a03445295c2a4405167d71a31208595c72fba4 100644 (file)
@@ -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
index b7f9df63566ccdff362b62ea006ac2c9db623733..fd8a807d891f3ca3165d88d4134e564ccc6abe67 100644 (file)
@@ -57,7 +57,6 @@ PKG_TARBALL    = $(THISAPP).tar.bz2
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static
 
index 834d7b308fa1d22c10a868349f4e9a6acc6e8819..2bf370c57b011b52b2a1debf97de8f16fde6f9fd 100644 (file)
@@ -50,7 +50,6 @@ define STAGE_BUILD
        cd $(DIR_APP) && \
                ac_cv_func_working_mktime=yes \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --libexecdir=/usr/lib
 
index aedf409f62f4f91e9299bc1f6b282a2252776a9c..14c057e28babc41d2399957817dee79ba6cbe504 100644 (file)
@@ -64,7 +64,6 @@ PKG_PATCHES   += $(THISAPP)-automake-1.patch
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static
 
index 1a794ced6cb467fc2a7ad376a2d8449c97ebab46..f64763e36611f79f724cf489c04309d523f5b344 100644 (file)
@@ -52,7 +52,6 @@ define STAGE_BUILD
 
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --without-included-regex
index c3c63a01b1a077cf16da8fc5277b96a1a081212d..e9921df81cdbe867391051fd3de2b7f3555b8ce1 100644 (file)
@@ -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)
index fe10b95cf0eb9e70eb742c7d71854cce04a52797..097e136e9205a8617563d790e64c2bbf83ed7ee2 100644 (file)
@@ -61,7 +61,6 @@ define STAGE_BUILD
                DEFS=NO_ASM \
                CPPFLAGS="-DHAVE_LSTAT" \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin
 
index 3b9822bb6f620741101ddb8c5dea83da9c2a1f0d..267eb356ba9e3cb0ff76f7ea27f7b6b682d57923 100644 (file)
@@ -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
 
index f4679c2c71be195193fb94aa0b07142b50951da9..e8c863f17f9440802acb0ba5cb3e3cedbf1c6ff6 100644 (file)
@@ -52,7 +52,6 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --with-shared \
                        --without-debug \
index f3e12ab8bed3291f795693e87cac4f944b80cc3e..ebed70d935faf0c163e1950b5a66456a9612cd96 100644 (file)
@@ -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 \
index 162dbc7135d50eaca4792f25a4346be52f295a94..3f835bbf7cda4d801fd47dfab4c3b5f3738a7e25 100644 (file)
@@ -54,7 +54,6 @@ define STAGE_BUILD
        cd $(DIR_APP) && \
                OPT="$(CFLAGS)" \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --enable-ipv6 \
                        --disable-static
index 49e7305a6e926be2fbafd87a37c6344100e05d3b..1a54fd0c236cc298c823150af0789c6a38d4bc9c 100644 (file)
@@ -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
index e778ac547103d28cfc96dc1c2d3f13f4001c1368..084d20f4680da2c57b4fd9fd93e1450cd28c212a 100644 (file)
@@ -54,7 +54,6 @@ define STAGE_BUILD
        cd $(DIR_APP) && \
                LDFLAGS="-lncursesw" \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
index 554b52b3badfde14d0cafd94db9dc1978c2e3467..287d1e00b24cfeceb6cb642bb195115c21f1a0d4 100644 (file)
@@ -60,7 +60,6 @@ endef
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --bindir=/bin \
                        --sbindir=/sbin \
index 73158da1cfb2c07d4c3637ef5652767b34eb204d..1e4b8f4739fe27ecf823d66da96539635e9be077 100644 (file)
@@ -59,7 +59,6 @@ endef
 define STAGE_BUILD
        cd $(DIR_APP) && \
                ./configure \
-                       $(CONFIGURE_ARCH) \
                        --prefix=/usr \
                        --disable-static