Andreas Tille pushed to branch master at Debian Med / librcsb-core-wrapper


Commits:
c44cb8c0 by Andreas Tille at 2026-09-11T09:54:33+02:00
Hope this series of missing dirs comes to an end now.  Unfortunately the build 
succeeds in pbuilder

- - - - -


1 changed file:

- debian/patches/fix-makefile.patch


Changes:

=====================================
debian/patches/fix-makefile.patch
=====================================
@@ -41,7 +41,14 @@ Description: Salsa CI fails due to missing dir - just create 
it
  
  SYS_LIBS = -lutil -lpthread -ldl
  
-@@ -147,5 +147,6 @@ $(L_MOD_LIB): $(OBJ_FILES) $(ALL_DEP_LIB
+@@ -141,11 +141,12 @@ clean_build:
+ 
+ $(L_MOD_LIB): $(OBJ_FILES) $(ALL_DEP_LIBS)
+ #       Create module library
+-
++      @mkdir -p $(L_LIB_DIR)
+       @cd $(OBJ_DIR); $(CCC) $(CPPFLAGS) $(LINK_METHOD) $(EXT_LIBS_DIRS) 
$(OBJ_FILES) $(ALL_DEP_LIBS) $(EXT_LIBS) $(SYS_LIBS) -o ../$@
+ 
  
  # Rule for making object files
  %.o: $(SRC_DIR)/%.C



View it on GitLab: 
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/c44cb8c0daaa6d62d6152e2f9abfe2e205bea557

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/c44cb8c0daaa6d62d6152e2f9abfe2e205bea557
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to