ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] Making intltool package relocatable.


From: Rodney Lott
Subject: [Ltib] Making intltool package relocatable.
Date: Wed, 17 Nov 2010 10:06:25 -0500

Hi, there. 

I just was trying to build the intltool package using the mcp8641 platform and got a "error: package intltool is not relocateable" message.  Here is a proposed patch that seems to correct the problem in my case.  I also added the host and build options to be consistent with other spec files I have seen.

Let me know if this poses a problem and why.

Rodney Lott

address@hidden:~/doodles/ltib-10-1-1a-sv/dist/lfs-5.1$ cvs diff -au intltool/intltool.spec
cvs diff: CVS password file /home/rlott/.cvspass does not exist - creating a new file
Index: intltool/intltool.spec
===================================================================
RCS file: /sources/ltib/ltib/dist/lfs-5.1/intltool/intltool.spec,v
retrieving revision 1.1.1.1
diff -a -u -r1.1.1.1 intltool.spec
--- intltool/intltool.spec      23 Aug 2005 08:54:19 -0000      1.1.1.1
+++ intltool/intltool.spec      17 Nov 2010 14:59:00 -0000
@@ -9,6 +9,7 @@
 Group           : Development/Tools
 Source          : %{name}-%{version}.tar.bz2
 License         : GPL
+Prefix          : %{pfx}
 BuildRoot       : %{_tmppath}/%{name}

 %Description
@@ -18,7 +19,7 @@
 %setup

 %Build
-./configure --prefix=%{_prefix}
+./configure --prefix=%{_prefix} --host=$CFGHOST --build=%{_build}
 make

 %Install


reply via email to

[Prev in Thread] Current Thread [Next in Thread]