]> git.pld-linux.org Git - packages/rpm.git/commitdiff
follow old but broken way
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 2 Apr 2001 09:45:56 +0000 (09:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-macros.patch -> 1.21
    rpm.macros -> 1.48

rpm-macros.patch
rpm.macros

index a7e3d7d3073d568ea2f1d218657e68d43c61ab75..f42801e49707e0a1cd756eb63f924e88a741686c 100644 (file)
@@ -12,7 +12,7 @@ diff -urN rpm-4.0.2.org/configure.in rpm-4.0.2/configure.in
        tests/Makefile tests/rpmrc tests/macros tests/hello-test/Makefile
 diff -urN rpm-4.0.2.org/macros.in rpm-4.0.2/macros.in
 --- rpm-4.0.2.org/macros.in    Mon Apr  2 10:12:52 2001
-+++ rpm-4.0.2/macros.in        Mon Apr  2 10:30:19 2001
++++ rpm-4.0.2/macros.in        Mon Apr  2 11:43:51 2001
 @@ -90,7 +90,7 @@
  %_bzip2bin            @BZIP2BIN@
  %_dbpath              %{_var}/lib/rpm
@@ -75,7 +75,7 @@ diff -urN rpm-4.0.2.org/macros.in rpm-4.0.2/macros.in
  %{?__libtoolize:[ -f configure.in ] && %{__libtoolize} --copy --force} ; \
 -./configure %{_target_platform} \\\
 +./configure \\\
-+      --host=%{_host} \\\
++      --host=%{_target_platform} \\\
        --prefix=%{_prefix} \\\
        --exec-prefix=%{_exec_prefix} \\\
        --bindir=%{_bindir} \\\
index c0f40df043d14d5b439ca2584a8d6b9b1a6774dc..25e23f86cecfb20d8a8259c20a35e15192ba17ae 100644 (file)
@@ -13,7 +13,7 @@
  CXXFLAGS="${CXXFLAGS:-%rpmcflags}" ; export CXXFLAGS ; \
  FFLAGS="${FFLAGS:-%rpmcflags}" ; export FFLAGS ; \
  ./configure \
-       --host=%{_host} \
+       --host=%{_target_platform} \
        --prefix=%{_prefix} \
        --exec-prefix=%{_exec_prefix} \
        --bindir=%{_bindir} \
This page took 0.034486 seconds and 4 git commands to generate.