mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
sci-misc/boinc-wrapper: use system libboinc
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
17
sci-misc/boinc-wrapper/files/Makefile.gentoo
Normal file
17
sci-misc/boinc-wrapper/files/Makefile.gentoo
Normal file
@@ -0,0 +1,17 @@
|
||||
PKGS = \
|
||||
libboinc \
|
||||
libboinc_api \
|
||||
libboinc_zip
|
||||
|
||||
REGEXP_OBJS = \
|
||||
regexp.o \
|
||||
regsub.o \
|
||||
regerror.o \
|
||||
regexp_memory.o \
|
||||
regexp_report.o
|
||||
|
||||
CXXFLAGS += $(shell pkg-config --cflags $(PKGS)) -I../..
|
||||
LIBS += $(shell pkg-config --libs $(PKGS))
|
||||
|
||||
boinc-wrapper: wrapper.o $(REGEXP_OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ $^ $(LIBS) $(LDFLAGS)
|
||||
Reference in New Issue
Block a user