FreeBSD Bugzilla – Attachment 170181 Details for
Bug 209426
print/hplip-plugin - common/utils.c 188: unable to load library /usr/local/share/hplip/scan/plugins/bb_soapht.so: Shared object "bb_soapht.so.1" not found, required by "bb_soapht.so"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
hplip-plugin.patch (text/plain), 1.30 KB, created by
Tijl Coosemans
on 2016-05-10 15:27:02 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2016-05-10 15:27:02 UTC
Size:
1.30 KB
patch
obsolete
>Index: print/hplip-plugin/Makefile >=================================================================== >--- print/hplip-plugin/Makefile (revision 414591) >+++ print/hplip-plugin/Makefile (working copy) >@@ -46,10 +46,14 @@ do-extract: > --keep --noexec --nox11 --target ${WRKSRC} > > do-build: >- ${CC} ${CFLAGS} -Wall -fPIC -c ${FILESDIR}/wrap.c -o ${WRKSRC}/wrap.o >+ ${MKDIR} ${WRKSRC}/build >+ ${CC} ${CFLAGS} -Wall -fPIC -c ${FILESDIR}/wrap.c \ >+ -o ${WRKSRC}/build/wrap.o > .for p in ${PLUGINS} >- (cd ${WRKSRC} && ${BRANDELF} -t FreeBSD ${p:T}-${LINARCH}.so && \ >- ${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -o ${p:T}.so wrap.o \ >+ ${BRANDELF} -t FreeBSD ${WRKSRC}/${p:T}-${LINARCH}.so >+ (cd ${WRKSRC}/build \ >+ && ${CC} -shared -fPIC -o ${p:T}-${LINARCH}.so wrap.o \ >+ && ${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -o ${p:T}.so wrap.o \ > ${p:T}-${LINARCH}.so -Wl,-rpath,${PREFIX}/share/hplip/${p:H}) > .endfor > >@@ -62,7 +66,7 @@ do-install: > # -m 555 because HPLIP checks that the plugins are +x. > ${INSTALL_LIB} -m 555 ${WRKSRC}/${p:T}-${LINARCH}.so \ > ${STAGEDIR}${PREFIX}/share/hplip/${p}-${LINARCH}.so >- ${INSTALL_LIB} -m 555 ${WRKSRC}/${p:T}.so \ >+ ${INSTALL_LIB} -m 555 ${WRKSRC}/build/${p:T}.so \ > ${STAGEDIR}${PREFIX}/share/hplip/${p}.so > .endfor > ${INSTALL_DATA} ${WRKSRC}/plugin.spec ${STAGEDIR}${PREFIX}/share/hplip
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 209426
: 170181