[maemo-commits] [maemo-commits] r8958 - projects/haf/trunk/glib/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jan 5 09:44:57 EET 2007
Author: tpalli
Date: 2007-01-05 09:44:56 +0200 (Fri, 05 Jan 2007)
New Revision: 8958

Modified:
   projects/haf/trunk/glib/debian/rules
Log:

small hack to make compilation work with old libtool
(this is to be removed later on)



Modified: projects/haf/trunk/glib/debian/rules
===================================================================
--- projects/haf/trunk/glib/debian/rules	2007-01-04 14:15:04 UTC (rev 8957)
+++ projects/haf/trunk/glib/debian/rules	2007-01-05 07:44:56 UTC (rev 8958)
@@ -75,6 +75,7 @@
 	cd $(BUILD_DEB_DIR) && \
 	sed < libtool > libtool-2 \
 	 -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
+	 -e 's/0 | \[1-9\] | \[1-9\]\[0-9\] | \[1-9\]\[0-9\]\[0-9\])/0|\[1-9\]|\[1-9\]\[0-9\]|\[1-9\]\[0-9\]\[0-9\]|\[1-9\]\[0-9\]\[0-9\]\[0-9\]|\[1-9\]\[0-9\]\[0-9\]\[0-9\]\[0-9\])/' \
 	 -e '/^archive_cmds="/s/"$$/ \\$$deplibs"/' && \
 	mv libtool-2 libtool
 


More information about the maemo-commits mailing list