Projects
Multimedia
libhdhomerun
libhdhomerun-fix_makefile.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libhdhomerun-fix_makefile.patch of Package libhdhomerun (Revision 2)
Currently displaying revision
2
,
Show latest
--- Makefile.orig 2016-03-10 19:11:44.787338293 +0200 +++ Makefile 2016-03-10 19:12:33.744628657 +0200 @@ -12,11 +12,10 @@ LIBSRCS += hdhomerun_video.c CC := $(CROSS_COMPILE)gcc -STRIP := $(CROSS_COMPILE)strip -CFLAGS += -Wall -O2 -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith +CFLAGS += -Wall -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith $(OPTFLAGS) LDFLAGS += -lpthread -SHARED = -shared -Wl,-soname,libhdhomerun$(LIBEXT) +SHARED = -shared -Wl,-soname,libhdhomerun$(LIBEXT).$(SONAME) ifeq ($(OS),Windows_NT) BINEXT := .exe @@ -42,10 +41,10 @@ hdhomerun_config$(BINEXT) : hdhomerun_config.c $(LIBSRCS) $(CC) $(CFLAGS) $+ $(LDFLAGS) -o $@ - $(STRIP) $@ libhdhomerun$(LIBEXT) : $(LIBSRCS) - $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@ + $(CC) $(CFLAGS) -fPIC -DDLL_EXPORT $(SHARED) $+ $(LDFLAGS) -o $@.$(SONAME) + ln -s $@.$(SONAME) $@ clean : -rm -f hdhomerun_config$(BINEXT)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.