]> git.pld-linux.org Git - packages/perl-DBD-Pg.git/commitdiff
- add CC to %{__make}
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:38:36 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\'

Changed files:
    perl-DBD-Pg.spec -> 1.53

perl-DBD-Pg.spec

index f89c6de93023701b33140cddd5bf2f6dea0f8764..7d4d0071532c6188c04c9cb9c92aca55bfd803ac 100644 (file)
@@ -103,6 +103,7 @@ POSTGRES_INCLUDE="%{_includedir}/postgresql"; export POSTGRES_INCLUDE
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 # skip SIGNATURE test (uses network to get PGP key)
This page took 0.042806 seconds and 4 git commands to generate.