<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>12216</bug_id>
          
          <creation_ts>2002-12-15 16:36 0000</creation_ts>
          <short_desc>Broken dump-0.4.31.ebuild configuration</short_desc>
          <delta_ts>2002-12-15 18:40:11 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>1.4_rc1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>a-wall@qwest.net</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>a-wall@qwest.net</who>
            <bug_when>2002-12-15 16:36:47 0000</bug_when>
            <thetext>Actually this is just a type in the ebuild configuration for dump-0.4.31


Hey at least its trying to be staticlly linked like it should be.

as follows:

dump-0.4.31.ebuild
 use static \
                &amp;&amp; myconf=&quot;${myconf} --snable-static&quot; \
                || myconf=&quot;${myconf} --enable-shared&quot;

should be:
use static \
                &amp;&amp; myconf=&quot;${myconf} --enable-static&quot; \
                || myconf=&quot;${myconf} --enable-shared&quot;


notice the enable-statics

thanks,

-aaron</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-12-15 18:40:11 0000</bug_when>
            <thetext>nice catch</thetext>
          </long_desc>
      
    </bug>

</bugzilla>