[amsn/f16] forgot to add the patch

Sander Hoentjen tjikkun at fedoraproject.org
Sun Jul 22 12:33:56 UTC 2012


commit 34de6ca9d1fd72e51317275d827ad6b701110b55
Author: Sander Hoentjen <sander at hoentjen.eu>
Date:   Sun Jul 22 14:30:41 2012 +0200

    forgot to add the patch

 amsn-0.98.9-chrpath.patch |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/amsn-0.98.9-chrpath.patch b/amsn-0.98.9-chrpath.patch
new file mode 100644
index 0000000..465ab6c
--- /dev/null
+++ b/amsn-0.98.9-chrpath.patch
@@ -0,0 +1,22 @@
+--- amsn/utils/linux/capture/libng/plugins/Rules.mk	(revision 12409)
++++ amsn/utils/linux/capture/libng/plugins/Rules.mk	(working copy)
+@@ -11,7 +11,7 @@
+ 	rm -f $(TARGETS-plugins) $(capture_dir)/libng/plugins/*.o
+ 
+ $(TARGETS-plugins): CFLAGS+=$(V4L_CFLAGS) -I$(capture_dir) -I$(capture_dir)/libng -I$(capture_dir)/structs
+-$(TARGETS-plugins): LDFLAGS+=$(foreach rp,$(RPATH),"-Wl,-rpath=$(rp)/$(capture_dir)/libng")
++$(TARGETS-plugins): LDFLAGS+=-Wl,-rpath=$(libdir)/amsn/utils/capture/libng
+ $(TARGETS-plugins): MORE_LIBS=-L$(capture_dir)/libng -lng
+ 
+ $(TARGETS-plugins): | $(capture_dir)/libng/libng.so
+--- amsn/utils/linux/capture/Rules.mk	(revision 12409)
++++ amsn/utils/linux/capture/Rules.mk	(working copy)
+@@ -4,7 +4,7 @@
+ $(OBJS-capture): CFLAGS+=-I$(capture_dir) -I$(capture_dir)/libng
+ 
+ $(TARGETS-capture): MORE_LIBS=-L$(capture_dir)/libng -lng
+-$(TARGETS-capture): LDFLAGS+=$(foreach rp,$(RPATH),"-Wl,-rpath=$(rp)/$(capture_dir)/libng")
++$(TARGETS-capture): LDFLAGS+=-Wl,-rpath=$(libdir)/amsn/utils/capture/libng
+ 
+ $(TARGETS-capture): $(OBJS-capture) | $(capture_dir)/libng/libng.so
+ 	@$(echo_link_so)


More information about the scm-commits mailing list