From 752efc30f48441457ce8a8a4f7ad9443e446cceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 15 Apr 2014 05:28:03 +0000 Subject: main/pjproject: upgrade to 2.2.1 --- main/pjproject/fix-bb-cp-uniqueness.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/pjproject/fix-bb-cp-uniqueness.patch (limited to 'main/pjproject/fix-bb-cp-uniqueness.patch') diff --git a/main/pjproject/fix-bb-cp-uniqueness.patch b/main/pjproject/fix-bb-cp-uniqueness.patch new file mode 100644 index 0000000000..c6846cd569 --- /dev/null +++ b/main/pjproject/fix-bb-cp-uniqueness.patch @@ -0,0 +1,12 @@ +diff -ru pjproject-2.2.1.orig/Makefile pjproject-2.2.1/Makefile +--- pjproject-2.2.1.orig/Makefile 2014-04-15 08:14:35.075716775 -0300 ++++ pjproject-2.2.1/Makefile 2014-04-15 08:21:39.683417350 -0300 +@@ -108,7 +108,7 @@ + install: + mkdir -p $(DESTDIR)$(libdir)/ + # cp -af $(APP_LIB_FILES) $(DESTDIR)$(libdir)/ +- cp -af $(APP_LIBXX_FILES) $(DESTDIR)$(libdir)/ ++ cp -af $(sort $(APP_LIBXX_FILES)) $(DESTDIR)$(libdir)/ + mkdir -p $(DESTDIR)$(includedir)/ + for d in pjlib pjlib-util pjnath pjmedia pjsip; do \ + cp -RLf $$d/include/* $(DESTDIR)$(includedir)/; \ -- cgit v1.2.3