Ticket #61: apgcc-dynamic-link-x.diff
| File apgcc-dynamic-link-x.diff, 0.6 kB (added by taj, 1 year ago) |
|---|
-
apgcc
old new 769 769 770 770 # Create a list of libraries that we want to statically link 771 771 $gcc->getSearchPaths(\@_, \@searchPaths); 772 if ( !defined $ENV{'APBUILD_NO_STATIC_X'} || $ENV{'APBUILD_NO_STATIC_X'} ne"1") {772 if ($ENV{'APBUILD_STATIC_X'} eq "1") { 773 773 foreach (qw(Xrender Xcursor Xfixes Xi Xinerama Xrandr Xv Xxf86dga Xxf86misc Xxf86vm)) { 774 774 my $file = searchLib("lib$_.a", \@searchPaths); 775 775 $staticList{$_} = $file if (defined $file);
