Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 335405
Collapse All | Expand All

(-)httpd-2.2.16.orig/support/apxs.in (+3 lines)
Lines 430-435 Link Here
430
        $opt .= " -l$opt_l";
430
        $opt .= " -l$opt_l";
431
    }
431
    }
432
432
433
    # Add LDFLAGS from environment:
434
    $opt .= " $ENV{'LDFLAGS'}";
435
433
    if ($opt_p == 1) {
436
    if ($opt_p == 1) {
434
        
437
        
435
        my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;
438
        my $apr_libs=`$apr_config --cflags --ldflags --link-libtool --libs`;

Return to bug 335405