[interchange-cvs] interchange - racke modified debian/rules

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Mar 3 06:40:01 EST 2005


User:      racke
Date:      2005-03-03 11:40:00 GMT
Modified:  debian   rules
Log:
use new method to build this package with threaded Perl

Revision  Changes    Path
2.28      +3 -2      interchange/debian/rules


rev 2.28, prev_rev 2.27
Index: rules
===================================================================
RCS file: /anon_cvs/repository/interchange/debian/rules,v
retrieving revision 2.27
retrieving revision 2.28
diff -u -r2.27 -r2.28
--- rules	3 Aug 2004 09:10:38 -0000	2.27
+++ rules	3 Mar 2005 11:40:00 -0000	2.28
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #
-# Copyright 2000,2001,2002,2003 by Stefan Hornburg (Racke) <racke at linuxia.de>
+# Copyright 2000,2001,2002,2003,2005 by Stefan Hornburg (Racke) <racke at linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -41,7 +41,8 @@
 	dh_testdir
 
 # Compile main stuff
-	env MINIVEND_FORCE_THREADS=1 $(PERL) Makefile.PL force=1 \
+	touch _allow_threads
+	env $(PERL) Makefile.PL force=1 \
 		INTERCHANGE_USER=interchange \
 		PREFIX=/usr/lib/interchange
 	$(MAKE)








More information about the interchange-cvs mailing list