Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 20571 Details for
Bug 33204
pwlib-1.5.2* fails on Gentoo 1.2 systems (gcc-2.95.3) with 'ssl' in USE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pwlib-1.5.2-remove-invalid-includes.patch
pwlib-1.5.2-remove-invalid-includes.patch (text/plain), 1.11 KB, created by
Martin Schlemmer (RETIRED)
on 2003-11-11 02:14:40 UTC
(
hide
)
Description:
pwlib-1.5.2-remove-invalid-includes.patch
Filename:
MIME Type:
Creator:
Martin Schlemmer (RETIRED)
Created:
2003-11-11 02:14:40 UTC
Size:
1.11 KB
patch
obsolete
>--- pwlib-1.5.2-r1.ebuild 2003-11-11 11:53:26.000000000 +0200 >+++ pwlib-1.5.2-r2.ebuild 2003-11-11 07:47:15.000000000 +0200 >@@ -36,16 +36,22 @@ > src_compile() { > if [ "`use ssl`" ]; then > export OPENSSLFLAG=1 >- export OPENSSLDIR=/usr >+ export OPENSSLDIR="/usr" > export OPENSSLLIBS="-lssl -lcrypt" > fi > > econf || die "configure failed" > >- # horrible hack to strip out -L/usr/lib to allow upgrades >- # problem is it adds -L/usr/lib before -L${S} when SSL is enabled >- sed -i -e "s:^\(LDFLAGS.*\)-L/usr/lib:\1:" ${S}/make/ptbuildopts.mak >- sed -i -e "s:^\(LDFLAGS[\s]*=.*\) -L/usr/lib:\1:" ${S}/make/ptlib-config >+ # Horrible hack to strip out -L/usr/lib to allow upgrades >+ # problem is it adds -L/usr/lib before -L${S} when SSL is >+ # enabled. Same thing for -I/usr/include. >+ sed -i -e "s:^\(LDFLAGS.*\)-L/usr/lib:\1:" \ >+ -e "s:^\(STDCCFLAGS.*\)-I/usr/include:\1:" \ >+ ${S}/make/ptbuildopts.mak >+ sed -i -e "s:^\(LDFLAGS[\s]*=.*\) -L/usr/lib:\1:" \ >+ -e "s:^\(LDFLAGS[\s]*=.*\) -I/usr/include:\1:" \ >+ -e "s:^\(CCFLAGS[\s]*=.*\) -I/usr/include:\1:" \ >+ ${S}/make/ptlib-config > > emake opt || die "make failed" > }
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 33204
: 20571