diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-15 05:28:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-15 05:28:03 +0000 |
commit | 752efc30f48441457ce8a8a4f7ad9443e446cceb (patch) | |
tree | 4f78557ce1392cd468bfddc674139d08953a7c2d /main/pjproject/fix-bb-cp-uniqueness.patch | |
parent | 9190e1db891841cd138597ff4b9c157720ebba7d (diff) | |
download | aports-752efc30f48441457ce8a8a4f7ad9443e446cceb.tar.bz2 aports-752efc30f48441457ce8a8a4f7ad9443e446cceb.tar.xz |
main/pjproject: upgrade to 2.2.1
Diffstat (limited to 'main/pjproject/fix-bb-cp-uniqueness.patch')
-rw-r--r-- | main/pjproject/fix-bb-cp-uniqueness.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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)/; \ |