Project

General

Profile

Actions

Bug #2280

open

vdr-epg-daemon-0.5.13 kein make -j2 möglich

Added by marco over 8 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
01/14/2016
Due date:
% Done:

0%

Estimated time:

Description

Hallo,

ich habe mir die aktuelle Version von vdr-epg-daemon-0.5.13.tar.gz geholt.
Leider kompiliert diese nicht auf Anhieb mit make -j2

Nun habe ich folgenden Patch dazu erstellt, damit sich dies wieder mit make -j2 kompilieren lässt.

--- Makefile.orig 2016-01-14 18:15:08.422692294 0100
++ Makefile 2016-01-14 18:34:39.836180446 +0100
@ -59,10 +59,10 @
hlib:
(cd lib && $(MAKE) lib)

$(TARGET) : $(HLIBDEP) $(OBJS)
$(CC) $(CFLAGS) -rdynamic $(OBJS) $(DLIBS) -o $
+$(TARGET) : hlib $(OBJS)
+ $(CC) $(CFLAGS) -rdynamic $(OBJS) $(HLIB) $(DLIBS) -o $

-$(HTTPTARGET) : $(HLIBDEP) $(HTTPOBJS)
+$(HTTPTARGET) : hlib $(HTTPOBJS)
$(CC) $(CFLAGS) -rdynamic $(HTTPOBJS) $(HTTPLIBS) -o $@

lv:

Meine Frage ist, passt das Programmtechnisch oder muss am Patch noch was geändert werden ?

Actions #1

Updated by horchi about 7 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF