< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] Minor Makefile issues


Hi,

- in resip/dum/Makefile and resip/stack/Makefile, $(DESTDIR) is missing on $(INSTALL_INCDIR) (see diff below)

- the top level Makefile has $(ARES_PREFIX) to override libares' install location, but it is never set. I suggest to initialize it in build/Makefile.conf like

ARES_PREFIX ?= $(INSTALL_PREFIX)

Enrik

Index: resip/dum/Makefile
===================================================================
--- resip/dum/Makefile  (revision 6901)
+++ resip/dum/Makefile  (working copy)
@@ -81,4 +81,4 @@
        MergedRequestRemovalCommand.cxx

 include $(BUILD)/Makefile.post
-INSTALL_INCDIR := $(INSTALL_PREFIX)/include/resip/dum
+INSTALL_INCDIR := $(DESTDIR)$(INSTALL_PREFIX)/include/resip/dum
Index: resip/stack/Makefile
===================================================================
--- resip/stack/Makefile        (revision 6901)
+++ resip/stack/Makefile        (working copy)
@@ -157,5 +157,5 @@
        sed -e 's/\!strncmp/\!strncasecmp/'  > $@

 include $(BUILD)/Makefile.post
-INSTALL_INCDIR := $(INSTALL_PREFIX)/include/resip/stack
+INSTALL_INCDIR := $(DESTDIR)$(INSTALL_PREFIX)/include/resip/stack

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature