Author: alexander
Date: 2005-12-06 23:15:23 -0700 (Tue, 06 Dec 2005)
New Revision: 1242
Modified:
trunk/packages/libidn/Makefile
Log:
Fixed libidn for 64-bit hosts
Modified: trunk/packages/libidn/Makefile
===================================================================
--- trunk/packages/libidn/Makefile 2005-12-07 06:12:18 UTC (rev 1241)
+++ trunk/packages/libidn/Makefile 2005-12-07 06:15:23 UTC (rev 1242)
@@ -20,7 +20,7 @@
$(std_build)
compile-stage2:
- @./configure --prefix=/usr
+ ./configure --prefix=/usr --libdir=/usr/$(LIB_MAYBE64)
make $(PM)
make install
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page