]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fix build without perl by enleth enleth.com
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 30 Sep 2010 08:20:58 +0000 (08:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.455

postgresql.spec

index 8615560b02bd1122e6277d52446879a4d9c62311..aecbbe8d3b1ac9f59b421c3392fb91fe4fe0aaec 100644 (file)
@@ -862,7 +862,7 @@ tar zxf %{SOURCE2} -C howto
 %endif
 
 # find locales
-for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql initdb pg_ctl pg_config plpgsql ecpg ecpglib6 plperl plpgsql plpython; do
+for f in libpq5 pg_controldata pg_dump pg_resetxlog pgscripts postgres psql initdb pg_ctl pg_config plpgsql ecpg ecpglib6 %{?with_perl:plperl} plpgsql %{?with_python: plpython}; do
        %find_lang $f-%{mver}
 done
 # merge locales
This page took 0.04554 seconds and 4 git commands to generate.