From: Niko Tyni Date: Tue, 20 May 2008 19:42:54 +0000 (+0300) Subject: Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110) X-Git-Tag: debian/5.10.0-12~33 X-Git-Url: http://anonscm.debian.org/gitweb/?p=perl%2Fperl.git;a=commitdiff_plain;h=9793d83793b302e5752f102eb480f486526445f1 Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110) --- diff --git a/debian/changelog b/debian/changelog index ed99809..15bcc51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ perl (5.10.0-11) UNRELEASED; urgency=low Fcntl and POSIX modules together. (Closes: #479957) * Add conflicts/replaces/provides for libpod-simple-perl. (Closes: #481956) * Fix crashes on @ISA fiddling. (Closes: #480480) + * Fix building with DEB_BUILD_OPTIONS=noopt. (Closes: #482110) -- Niko Tyni Sun, 18 May 2008 22:41:54 +0300 diff --git a/debian/config.debian b/debian/config.debian index 9d9d37d..84c0bc1 100644 --- a/debian/config.debian +++ b/debian/config.debian @@ -106,5 +106,5 @@ eval /bin/bash Configure \ -Uusesfio \ -Uusenm \ -DDEBUGGING=$debugging \ - -Doptimize="$optimize" \ + -Doptimize=\"$optimize\" \ $opts -des