Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
libnvidia-container.26522
no-manual-debuginfo.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-manual-debuginfo.patch of Package libnvidia-container.26522
Index: libnvidia-container-1.11.0/Makefile =================================================================== --- libnvidia-container-1.11.0.orig/Makefile +++ libnvidia-container-1.11.0/Makefile @@ -225,22 +225,14 @@ $(BIN_OBJS): %.o: %.c | shared -include $(DEPENDENCIES) $(LIB_SHARED): $(LIB_OBJS) - $(MKDIR) -p $(DEBUG_DIR) $(CC) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(LIB_LDFLAGS) $(OUTPUT_OPTION) $^ $(LIB_SCRIPT) $(LIB_LDLIBS) - $(OBJCPY) --only-keep-debug $@ $(LIB_SONAME) - $(OBJCPY) --add-gnu-debuglink=$(LIB_SONAME) $@ - $(MV) $(LIB_SONAME) $(DEBUG_DIR) - $(STRIP) --strip-unneeded -R .comment $@ $(LIB_STATIC_OBJ): $(LIB_OBJS) # FIXME Handle user-defined LDFLAGS and LDLIBS $(LD) -d -r --exclude-libs ALL -L$(DEPS_DIR)$(libdir) $(OUTPUT_OPTION) $^ $(LIB_LDLIBS_STATIC) - $(OBJCPY) --localize-hidden $@ - $(STRIP) --strip-unneeded -R .comment $@ $(BIN_NAME): $(BIN_OBJS) $(CC) $(BIN_CFLAGS) $(BIN_CPPFLAGS) $(BIN_LDFLAGS) $(OUTPUT_OPTION) $^ $(BIN_SCRIPT) $(BIN_LDLIBS) - $(STRIP) --strip-unneeded -R .comment $@ ##### Public rules ##### @@ -285,8 +277,6 @@ ifeq ($(WITH_NVCGO), yes) $(LN) -sf $(LIBGO_SONAME) $(DESTDIR)$(libdir)/$(LIBGO_SYMLINK) endif $(LDCONFIG) -n $(DESTDIR)$(libdir) - # Install debugging symbols - $(INSTALL) -m 644 $(DEBUG_DIR)/$(LIB_SONAME) $(DESTDIR)$(libdbgdir) # Install configuration files $(MAKE_DIR)/$(LIB_PKGCFG).in "$(strip $(VERSION))" "$(strip $(LIB_LDLIBS_SHARED))" > $(DESTDIR)$(pkgconfdir)/$(LIB_PKGCFG) # Install binary files
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