Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:ARM:Staging
i2c-tools
build-lib-add-missing-dependencies.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File build-lib-add-missing-dependencies.patch of Package i2c-tools
From: Jean Delvare <jdelvare@suse.de> Date: Wed, 6 Dec 2017 09:55:04 +0100 Subject: lib/Module.mk: Add missing dependencies Patch-mainline: yes Git-commit: a6a59693066fd8da81f7107479df3e32a129247d The lib symlinks lacked a dependency to the actual library file, so parallel builds could run into a race and break. --- lib/Module.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/lib/Module.mk +++ b/lib/Module.mk @@ -42,11 +42,11 @@ endif $(LIB_DIR)/$(LIB_SHLIBNAME): $(LIB_DIR)/smbus.o $(CC) -shared $(LDFLAGS) -Wl,--version-script=$(LIB_DIR)/libi2c.map -Wl,-soname,$(LIB_SHSONAME) -o $@ $^ -lc -$(LIB_DIR)/$(LIB_SHSONAME): +$(LIB_DIR)/$(LIB_SHSONAME): $(LIB_DIR)/$(LIB_SHLIBNAME) $(RM) $@ $(LN) $(LIB_SHLIBNAME) $@ -$(LIB_DIR)/$(LIB_SHBASENAME): +$(LIB_DIR)/$(LIB_SHBASENAME): $(LIB_DIR)/$(LIB_SHLIBNAME) $(RM) $@ $(LN) $(LIB_SHLIBNAME) $@
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