Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
lmicc
lmicc-0.1.0.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lmicc-0.1.0.patch of Package lmicc
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/account/account.pro ./src/plugin/account/account.pro --- ../orig-lmicc-0.1.0/src/plugin/account/account.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/plugin/account/account.pro 2014-10-14 09:26:44.573909080 +0200 @@ -47,7 +47,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/hardware/hardware.pro ./src/plugin/hardware/hardware.pro --- ../orig-lmicc-0.1.0/src/plugin/hardware/hardware.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/plugin/hardware/hardware.pro 2014-10-14 09:26:50.526164122 +0200 @@ -47,7 +47,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/network/network.pro ./src/plugin/network/network.pro --- ../orig-lmicc-0.1.0/src/plugin/network/network.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/plugin/network/network.pro 2014-10-14 09:26:57.094445558 +0200 @@ -47,7 +47,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } INSTALLS += target diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/overview/overview.pro ./src/plugin/overview/overview.pro --- ../orig-lmicc-0.1.0/src/plugin/overview/overview.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/plugin/overview/overview.pro 2014-10-14 09:27:03.230708482 +0200 @@ -47,7 +47,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } INSTALLS += target diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/service/service.pro ./src/plugin/service/service.pro --- ../orig-lmicc-0.1.0/src/plugin/service/service.pro 2014-09-19 09:07:25.000000000 +0200 +++ ./src/plugin/service/service.pro 2014-10-14 09:27:46.948581673 +0200 @@ -48,7 +48,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } INSTALLS += target diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/software/software.pro ./src/plugin/software/software.pro --- ../orig-lmicc-0.1.0/src/plugin/software/software.pro 2014-09-19 09:07:25.000000000 +0200 +++ ./src/plugin/software/software.pro 2014-10-14 09:27:54.404901155 +0200 @@ -48,7 +48,7 @@ manual_install { LIBS += -L/usr/lib/lmicc -llmicclogger } else { - LIBS += -llmicclogger + LIBS += -L../../logger -llmicclogger } } INSTALLS += target diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/plugin/template/provider.pro ./src/plugin/template/provider.pro --- ../orig-lmicc-0.1.0/src/plugin/template/provider.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/plugin/template/provider.pro 2014-10-14 09:27:30.655883580 +0200 @@ -59,7 +59,7 @@ } else { target.path = /usr/lib/openlmi } - LIBS += -llogger + LIBS += -L../../logger -llogger } INSTALLS += target diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-lmicc-0.1.0/src/ui/ui.pro ./src/ui/ui.pro --- ../orig-lmicc-0.1.0/src/ui/ui.pro 2014-09-19 09:07:24.000000000 +0200 +++ ./src/ui/ui.pro 2014-10-14 09:28:16.013827027 +0200 @@ -22,7 +22,7 @@ TARGET = lmicc TEMPLATE = app QMAKE_CXXFLAGS += -ansi -pedantic -Wall -Wextra -LIBS += -lslp -lpegclient -lpegcommon -lboost_thread -lgnome-keyring +LIBS += -lslp -lpegclient -lpegcommon -lboost_thread -lboost_system -lgnome-keyring INCLUDEPATH += ../logger DEFINES += PEGASUS_PLATFORM_LINUX_X86_64_GNU CONFIG += link_pkgconfig @@ -50,7 +50,7 @@ LIBS += -L$$PREFIX$$LIB_PATH -llmicclogger } else { DEFINES += "PLUGIN_PATH=/usr/$$LIB_PATH/lmicc" - LIBS += -llmicclogger + LIBS += -L../logger -llmicclogger } } INSTALLS += target
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor