Skip to content

Commit

Permalink
use new method to build this package with threaded Perl
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Mar 3, 2005
1 parent e625888 commit 9a01f20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
#
# Copyright 2000,2001,2002,2003 by Stefan Hornburg (Racke) <racke@linuxia.de>
# Copyright 2000,2001,2002,2003,2005 by Stefan Hornburg (Racke) <racke@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
Expand Down Expand Up @@ -41,7 +41,8 @@ build-stamp:
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)
Expand Down

0 comments on commit 9a01f20

Please sign in to comment.