[reSIProcate] Minor Makefile issues
Enrik Berkhan
Enrik.Berkhan at planb.de
Wed Jan 17 03:06:28 CST 2007
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3307 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070117/dbfcdb4c/attachment.bin>
More information about the resiprocate-devel
mailing list