Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86352 Details for
Bug 132556
wvstreams-4.2.2-r1: -Wl,--as-needed fix + cleanup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/wvstreams-4.2.2-as-needed.patch
wvstreams-4.2.2-as-needed.patch (text/plain), 1.64 KB, created by
TGL
on 2006-05-07 05:38:49 UTC
(
hide
)
Description:
files/wvstreams-4.2.2-as-needed.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-05-07 05:38:49 UTC
Size:
1.64 KB
patch
obsolete
>--- wvstreams-4.2.2/configure.ac.orig 2006-05-07 13:28:59.000000000 +0200 >+++ wvstreams-4.2.2/configure.ac 2006-05-07 13:31:34.000000000 +0200 >@@ -517,16 +517,19 @@ > wv_cv_with_qt=no > CPPFLAGS_save="$CPPFLAGS" > LDFLAGS_save="$LDFLAGS" >+ LIBS_save="$LIBS" > for wv_qtdir in $with_qt $QTDIR $QT_SEARCH_PATH; do > eval wv_qtdir="$wv_qtdir" > CPPFLAGS="$CPPFLAGS_save -I$wv_qtdir/include -I$wv_qtdir/include/qt3" >- LDFLAGS="$LDFLAGS_save -L$wv_qtdir/lib -lqt-mt" >+ LDFLAGS="$LDFLAGS_save -L$wv_qtdir/lib" >+ LIBS="$LIBS_save -lqt-mt" > AC_TRY_LINK([#include <qstring.h>], > [QString x("hello"); return 0; ], > [wv_cv_with_qt=$wv_qtdir; break]) > done > CPPFLAGS="$CPPFLAGS_save" > LDFLAGS="$LDFLAGS_save" >+ LIBS="$LIBS_save" > ]) > with_qt=$wv_cv_with_qt > if test "$with_qt" != no; then >--- wvstreams-4.2.2/wvrules.mk.orig 2006-05-07 13:39:44.000000000 +0200 >+++ wvstreams-4.2.2/wvrules.mk 2006-05-07 13:41:02.000000000 +0200 >@@ -272,7 +272,7 @@ > %.so: SONAME=$@$(if $(SO_VERSION),.$(SO_VERSION)) > wvsoname=$(if $($1-SONAME),$($1-SONAME),$(if $(SONAME),$(SONAME),$1)) > define wvlink_so >- $(LINK_MSG)$(WVLINK_CC) $(LDFLAGS) $($1-LDFLAGS) -Wl,-soname,$(call wvsoname,$1) -shared -o $1 $(filter %.o %.a %.so,$2) $($1-LIBS) $(LIBS) $(XX_LIBS) >+ $(LINK_MSG)$(WVLINK_CC) $(LDFLAGS) $($1-LDFLAGS) -Wl,-soname,$(call wvsoname,$1) -shared -o $1 $(filter %.o %.a,$2) $(filter %.so,$2) $($1-LIBS) $(LIBS) $(XX_LIBS) > $(if $(filter-out $(call wvsoname,$1),$1),$(call wvlns,$1,$(call wvsoname,$1))) > endef >
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 132556
: 86352 |
86353