]> git.pld-linux.org Git - packages/gc.git/commitdiff
- added ac_libdl_fix patch: libgc uses dlopen() so added fix on autoconf level STABLE gc-6_1-3
authorkloczek <kloczek@pld-linux.org>
Mon, 19 May 2003 23:14:38 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  for include -ldl in LIBS.

Changed files:
    gc.spec -> 1.16

gc.spec

diff --git a/gc.spec b/gc.spec
index 3a8807fdf45ab8fd58e17bd9835e7b5522af3801..50b7f3a976d6956e767d9de21c52c05a8f83ba89 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -6,6 +6,7 @@ Release:        3
 License:       BSD-like
 Group:         Development/Libraries
 Source0:       http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/%{name}%{version}.tar.gz
+Patch0:                %{name}-ac_libdl_fix.patch
 URL:           http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -50,6 +51,7 @@ Statyczna wersja biblioteki gc
 
 %prep
 %setup -q -n %{name}%{version}
+%patch0 -p1
 
 %build
 rm -f acinclude.m4
This page took 0.100311 seconds and 4 git commands to generate.