]> git.pld-linux.org Git - packages/ghostpdl.git/commitdiff
- pass cc, rpmldflags
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 21:56:26 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 5 (rebuild against libpng-1.5)

Changed files:
    ghostpcl.spec -> 1.16

ghostpcl.spec

index 6cb751b0cef1b3f5e55d96ada1cafd7807aac11c..f0813d89fb88389870539d0f2350c8bf8f469aa1 100644 (file)
@@ -12,7 +12,7 @@ Summary:      PostScript, PDF and XPS interpreter and renderer
 Summary(pl.UTF-8):     Interpreter i renderer PostScriptu, PDF oraz XPS
 Name:          ghostpcl
 Version:       1.54
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Applications/Graphics
 #Source0:      http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/ghostpdl/ghostpdl-%{version}.tar.bz2
@@ -64,8 +64,9 @@ Fonty URW w formacie TTF dla GhostPCL-a.
 
 %build
 %{__make} -j1 \
+       CC="%{__cc}" \
        XCFLAGS="%{rpmcflags}" \
-       XLDFLAGS="--as-needed" \
+       XLDFLAGS="%{rpmldflags}" \
        SHARE_JPEG=1
 
 %install
This page took 0.103317 seconds and 4 git commands to generate.