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


Commits:
7193dc45 by Andreas Tille at 2026-09-08T20:47:57+02:00
More fixes

- - - - -


1 changed file:

- debian/patches/fix-makefile.patch


Changes:

=====================================
debian/patches/fix-makefile.patch
=====================================
@@ -4,11 +4,13 @@ Description: Salsa CI fails due to missing dir - just create 
it
 
 --- a/common/Makefile
 +++ b/common/Makefile
-@@ -144,6 +144,7 @@ clean_build:
+@@ -144,7 +144,9 @@ clean_build:
  
  $(L_MOD_LIB): $(OBJ_FILES)
  #       Create module library
 +      @mkdir -p $(L_LIB_DIR)
        @cd $(OBJ_DIR); $(AR) $(AR_PUTFLAGS) ../$@ $(OBJ_FILES)
++      @mkdir -p $(M_LIB_DIR)
        cp -f -t $(M_LIB_DIR) $(addprefix $(OBJ_DIR)/,$(OBJ_FILES) 
$(OBJ_FILES:.o=.lo))
        mkdir -p $(M_LIB_DIR)/.libs && cp -f -t $(M_LIB_DIR)/.libs $(addprefix 
$(OBJ_DIR)/.libs/,$(OBJ_FILES))
+       $(RANLIB) $@



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

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/commit/7193dc45b414afbf1af96b74d85d15e8f49743c2
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