[packages/guile1: 91/172] - added noldflagsinconfig patch to remove $LDFLAGS from `guile-config link` (thus removing this ev

jajcus jajcus at pld-linux.org
Sat Dec 12 13:46:26 CET 2015


commit d89fff942549ccff6524caff1e0c9755f064da4e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Apr 21 15:20:57 2003 +0000

    - added noldflagsinconfig patch to remove $LDFLAGS from `guile-config link`
      (thus removing this evil -s)
    - release 2
    
    Changed files:
        guile-noldflagsinconfig.patch -> 1.1
        guile.spec -> 1.76

 guile-noldflagsinconfig.patch | 11 +++++++++++
 guile.spec                    |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/guile.spec b/guile.spec
index b3c3b0a..a235da1 100644
--- a/guile.spec
+++ b/guile.spec
@@ -7,7 +7,7 @@ Summary(ru):	
 Summary(uk):	���� ��������� GNU
 Name:		guile
 Version:	1.6.3
-Release:	1
+Release:	2
 Epoch:		5
 License:	GPL
 Group:		Development/Languages
@@ -16,6 +16,7 @@ Patch0:		%{name}-info.patch
 Patch1:		%{name}-fix_awk_patch.patch
 Patch2:		%{name}-SCM_SITE_DIR_path.patch
 Patch3:		%{name}-axp.patch
+Patch4:		%{name}-noldflagsinconfig.patch
 URL:		http://www.gnu.org/software/guile/guile.html
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake >= 1.6
@@ -134,11 +135,12 @@ Bibliotecas est
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch3 -p1
+%patch4 -p1
 
 # I wouldn't apply it, it breaks other programs, but I have fixed it, so
 # if you convince me... (but remember about perl, python, tcl and ruby ) (filon)
-#%patch2 -p1
-%patch3 -p1
+# patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/guile-noldflagsinconfig.patch b/guile-noldflagsinconfig.patch
new file mode 100644
index 0000000..0cdfd3e
--- /dev/null
+++ b/guile-noldflagsinconfig.patch
@@ -0,0 +1,11 @@
+--- guile-1.6.3/configure.in.orig	2002-12-08 02:48:52.000000000 +0100
++++ guile-1.6.3/configure.in	2003-04-21 15:22:06.000000000 +0200
+@@ -688,7 +688,7 @@
+ #######################################################################
+ 
+ dnl Tell guile-config what flags guile users should link against.
+-GUILE_LIBS="$LDFLAGS $THREAD_LIBS_INSTALLED $LIBS"
++GUILE_LIBS="$THREAD_LIBS_INSTALLED $LIBS"
+ AC_SUBST(GUILE_LIBS)
+ 
+ AC_SUBST(AWK)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/guile1.git/commitdiff/ebe6c26bec9cbe3813afc2be58f989889f8e944a



More information about the pld-cvs-commit mailing list