]> git.pld-linux.org Git - packages/gc.git/commitdiff
- -ldl hack is back; it's *needed*
authorMichal Moskal <michal@moskal.me>
Thu, 8 May 2003 09:24:04 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc.spec -> 1.13

gc.spec

diff --git a/gc.spec b/gc.spec
index 3706026ee043bbb62de05e415dcb9c033708f696..c02ecaad0209944fbc12bf0398303d82656ffa21 100644 (file)
--- a/gc.spec
+++ b/gc.spec
@@ -53,8 +53,8 @@ Statyczna wersja biblioteki gc
 cp -f /usr/share/automake/config.* .
 %configure2_13 \
        --enable-threads=posix
-#sed -e 's/-lpthread/& -ldl/' Makefile > Makefile.tmp
-#mv -f Makefile.tmp Makefile
+sed -e 's/-lpthread/& -ldl/' Makefile > Makefile.tmp
+mv -f Makefile.tmp Makefile
 %{__make}
 
 %install
This page took 0.100034 seconds and 4 git commands to generate.