]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added "unset LINGUAS" in %configure macro before run ./configure.
authorkloczek <kloczek@pld-linux.org>
Wed, 7 Jun 2000 05:43:40 +0000 (05:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.16

rpm.macros

index c845d02654fb096a31a5f8ffc39eae3a2960ee3d..5600a13706d97bb6a03b028b302192876ce1ae89 100644 (file)
@@ -61,6 +61,7 @@ done \
 %configure { CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
  CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
  FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
+ unset LINGUAS ; \
  ./configure %{_target_platform} \
        --prefix=%{_prefix} \
        --exec-prefix=%{_exec_prefix} \
This page took 0.043205 seconds and 4 git commands to generate.