]> git.pld-linux.org Git - packages/id3lib.git/commitdiff
- added CC=g++ to configure (without this, library was linked by gcc,
authorgrzegol <grzegol@pld-linux.org>
Mon, 11 Mar 2002 20:13:56 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  without libstdc++, and gave unresolved symbols)
Maybe it can be resolved better, but I don't know how.
- rel. 2

Changed files:
    id3lib.spec -> 1.15

id3lib.spec

index 61ef8cbbc2c6626afc75006b12fb35e377a233c2..d371b790f3728477ab447e36e299e51054880d95 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A software library for manipulating ID3v1 and ID3v2 tags
 Summary(pl):   Biblioteka do zarzĀ±dzania znacznikami ID3v1 oraz ID3v2
 Name:          id3lib
 Version:       3.7.13
-Release:       2
+Release:       3
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://download.sourceforge.net/pub/sourceforge/id3lib/%{name}-%{version}.tar.gz
@@ -76,7 +76,7 @@ libtoolize --copy --force
 aclocal -I m4
 autoconf
 automake -a -c
-%configure
+%configure CC=g++
 
 %{__make}
 
This page took 0.066347 seconds and 4 git commands to generate.