Source: mdm
Version: 0.1.3-2.1
Severity: normal
Tags: patch
User:[email protected]
Usertags: rebootstrap
Hi,
mdm strips during make install by passing -s to install. This
causes cross compilation failure as the build architecture strip is used,
and it does not generate a useful -dbgsym package.
Please consider applying the attached patch for fix this issue.
Hieu.
diff -u mdm-0.1.3/Makefile mdm-0.1.3/Makefile
--- mdm-0.1.3/Makefile
+++ mdm-0.1.3/Makefile
@@ -46,9 +46,9 @@
install-bin : all
$(INSTALL) -d $(BIN_D_DIR) $(LIB_D_DIR)
$(INSTALL) scripts/mdm.screen scripts/ncpus $(BIN_D_DIR)
- $(INSTALL) -s mdm-run $(BIN_D_DIR)
+ $(INSTALL) mdm-run $(BIN_D_DIR)
$(LN) -f -s mdm-run $(BIN_D_DIR)/mdm-sync
- $(INSTALL) -s mdm-master mdm-slave mdm-top $(LIB_D_DIR)
+ $(INSTALL) mdm-master mdm-slave mdm-top $(LIB_D_DIR)
$(SED) -i -e "s:MDM_LIB:$(LIB_DIR):" $(BIN_D_DIR)/mdm.screen
install-docs :
--
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com