]> git.pld-linux.org Git - packages/cd.git/commitdiff
- libcd.a needs PIC; release 2 AC-branch AC-STABLE auto/ac/cd-1_3-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Feb 2004 00:01:13 +0000 (00:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cd.spec -> 1.2

cd.spec

diff --git a/cd.spec b/cd.spec
index 620667b7d0a804c4e519d0db14da26660dc25c61..397de791cb104c1af409749774f3c1d1e0a01ced 100644 (file)
--- a/cd.spec
+++ b/cd.spec
@@ -5,7 +5,7 @@ Summary:        CGM Draw library and tools
 Summary(pl):   Biblioteka i narzêdzia CGM Draw
 Name:          cd
 Version:       1.3
-Release:       1
+Release:       2
 License:       free (see cd.html)
 Group:         Libraries
 Source0:       http://www.pa.msu.edu/ftp/pub/unix/%{name}%{version}.tar.gz
@@ -66,6 +66,11 @@ Ten pakiet zawiera plik nag
 %setup -q -n %{name}%{version}
 
 %build
+# libcd is used in plplot shared module - needs PIC
+%{__make} libcd.a \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -fPIC -Wall -pedantic"
+
 %{__make} \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -Wall -pedantic"
This page took 0.122401 seconds and 4 git commands to generate.