Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87082 Details for
Bug 133821
media-libs/imlib-1.9.15 --as-needed fix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
imlib-1.9.15 --as-needed fix
imlib-1.9.15-as-needed.patch (text/plain), 2.18 KB, created by
Thomas S. Howard
on 2006-05-19 16:21:54 UTC
(
hide
)
Description:
imlib-1.9.15 --as-needed fix
Filename:
MIME Type:
Creator:
Thomas S. Howard
Created:
2006-05-19 16:21:54 UTC
Size:
2.18 KB
patch
obsolete
>--- imlib-1.9.15/configure.orig 2006-05-19 06:48:22.000000000 -0700 >+++ imlib-1.9.15/configure 2006-05-19 06:50:43.000000000 -0700 >@@ -6720,7 +6720,7 @@ > > linux*) > if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then >- tmp_archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' >+ tmp_archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' > archive_cmds="$tmp_archive_cmds" > supports_anon_versioning=no > case `$LD -v 2>/dev/null` in >@@ -6734,7 +6734,7 @@ > archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ > cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ > $echo "local: *; };" >> $output_objdir/$libname.ver~ >- $CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' >+ $CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' > else > archive_expsym_cmds="$tmp_archive_cmds" > fi >@@ -6746,8 +6746,8 @@ > > *) > if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then >- archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' >- archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' >+ archive_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname -o $lib' >+ archive_expsym_cmds='$CC -shared $compiler_flags $libobjs $deplibs ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' > else > ld_shlibs=no > fi >--- imlib-1.9.15/imlib-config.in.orig 2006-05-19 07:18:06.000000000 -0700 >+++ imlib-1.9.15/imlib-config.in 2006-05-19 07:18:27.000000000 -0700 >@@ -53,7 +53,7 @@ > ;; > --libs) > libdirs=-L@libdir@ >- echo $libdirs -lImlib @LDFLAGS@ $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ >+ echo $libdirs -lImlib $gx_libs @X_LIBS@ @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@ > ;; > --libs-gdk) > libdirs=-L@libdir@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133821
:
87082
|
87083
|
87223
|
87226
|
94970