[packages/guile1: 76/172] - ac/am/lt rebuilding needs DEVEL resources, turn it off - fixed libguilereadline relinking - releas

jajcus jajcus at pld-linux.org
Sat Dec 12 13:45:10 CET 2015


commit c29e7d202c44b63034e09c14cf45e04777dfa655
Author: filon <filon at sokrates.mimuw.edu.pl>
Date:   Thu May 16 06:26:38 2002 +0000

    - ac/am/lt rebuilding needs DEVEL resources, turn it off
    - fixed libguilereadline relinking
    - release 2, STBR
    
    Changed files:
        guile.spec -> 1.64

 guile.spec | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/guile.spec b/guile.spec
index bd3406a..323b604 100644
--- a/guile.spec
+++ b/guile.spec
@@ -2,7 +2,7 @@ Summary:	GNU Extension language
 Summary(pl):	GNU Extension language
 Name:		guile
 Version:	1.4.1
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL
 Group:		Development/Languages
@@ -66,22 +66,22 @@ Biblioteka statyczna Guile.
 #%patch2 -p1
 
 %build
-rm -f missing
-libtoolize -c -f
-aclocal -I guile-config
-autoconf
-automake -a -c -f
-cp ltmain.sh guile-readline
-cd guile-readline
-aclocal
-autoconf
-automake -a -c -f
-cd -
+#rm -f missing
+#libtoolize -c -f
+#aclocal -I guile-config
+#autoconf
+#automake -a -c -f
+#cp ltmain.sh guile-readline
+#cd guile-readline
+#aclocal
+#autoconf
+#automake -a -c -f
+#cd -
 %configure \
 	--with-threads
 
-%{__make} \
-	THREAD_LIBS_LOCAL=`pwd`/qt/.libs/libqthreads.so
+%{__make}
+#	THREAD_LIBS_LOCAL=`pwd`/qt/.libs/libqthreads.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,7 +96,7 @@ install -d $RPM_BUILD_ROOT{%{_datadir}/guile/site,%{_libdir}/guile}
 # cases) we get libguilereadline.so linked with (old) libguile.so.9 (!!!) and we cannot
 # install it, so I had to fix it :-) (filon)
 cd guile-readline
-gcc -shared readline.lo -Wl,--rpath ../libguile/.libs/libguile.so -lreadline -lncurses -Wl,-soname -Wl,libguilereadline.so.0 \
+gcc -shared readline.lo -Wl,--rpath -Wl,/usr/lib ../libguile/.libs/libguile.so -L/usr/lib -lreadline -lncurses -Wl,-soname -Wl,libguilereadline.so.0 \
 -o $RPM_BUILD_ROOT%{_libdir}/libguilereadline.so.0.0.1
 cd -
 
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list