diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-09-10 13:11:53 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-09-10 13:12:04 -0400 |
commit | b487cf52540482d93f586676eec3c08d087d340f (patch) | |
tree | 5a5c1ab395b182723f7616996fd93f0d17c99d48 | |
parent | f56842e495d798022536351e5865d71855223c3a (diff) | |
download | librpm-tizen-b487cf52540482d93f586676eec3c08d087d340f.tar.gz librpm-tizen-b487cf52540482d93f586676eec3c08d087d340f.tar.bz2 librpm-tizen-b487cf52540482d93f586676eec3c08d087d340f.zip |
remove --target from %configure macros
The target will be determined automatically by the configure scripts
instead of forcing it to be %target_platform of RPM.
Change-Id: I2284de77c28c4d0c7a9e1a9f819f5861eb5b74a0
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-rw-r--r-- | packaging/rpm-tizen_macros | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/rpm-tizen_macros b/packaging/rpm-tizen_macros index 09b622560..ad0bc92ec 100644 --- a/packaging/rpm-tizen_macros +++ b/packaging/rpm-tizen_macros @@ -68,7 +68,6 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ ./configure --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ @@ -91,7 +90,6 @@ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ autoreconf -v --install --force || exit 1 \ ./configure --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ @@ -112,7 +110,6 @@ CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \ FFLAGS="${FFLAGS:-%optflags -I%_fmoddir}" ; export FFLAGS ; \ ./autogen.sh --build=%{_build} --host=%{_host} \\\ - --target=%{_target_platform} \\\ --program-prefix=%{?_program_prefix} \\\ --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ |