summaryrefslogtreecommitdiffstats
path: root/main/pjproject/fix-bb-cp-uniqueness.patch
blob: c6846cd56903989b00c74967f925480757a3ffbb (plain)
1
2
3
4
5
6
7
8
9
10
11
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)/; \