Projects
home:sagiben
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
--- Makefile.orig 2019-05-03 19:45:43.000000000 +0200 +++ Makefile 2019-10-29 12:52:20.222262688 +0100 @@ -12,11 +12,10 @@ LIBSRCS += hdhomerun_sock_posix.c LIBSRCS += hdhomerun_video.c CC := $(CROSS_COMPILE)gcc -STRIP := $(CROSS_COMPILE)strip -CFLAGS += -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter +CFLAGS += $(OPTFLAGS) -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter 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 @@ all : hdhomerun_config$(BINEXT) libhdhom 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 -sf $@.$(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
.