SPECS (rpath): test.spec - add ../../blah paths
glen
glen at pld-linux.org
Thu Jun 12 12:37:56 CEST 2008
Author: glen Date: Thu Jun 12 10:37:56 2008 GMT
Module: SPECS Tag: rpath
---- Log message:
- add ../../blah paths
---- Files affected:
SPECS:
test.spec (1.16.4.85.2.2 -> 1.16.4.85.2.3)
---- Diffs:
================================================================
Index: SPECS/test.spec
diff -u SPECS/test.spec:1.16.4.85.2.2 SPECS/test.spec:1.16.4.85.2.3
--- SPECS/test.spec:1.16.4.85.2.2 Wed Jun 11 17:27:34 2008
+++ SPECS/test.spec Thu Jun 12 12:37:51 2008
@@ -18,7 +18,7 @@
EOF
%build
-%{__cc} -shared test.c -o libtest.so -Wl,-rpath,'$ORIGIN:/opt/%{_lib}'
+%{__cc} -shared test.c -o libtest.so -Wl,-rpath,'$ORIGIN:/opt/%{_lib}:/lib/../%{_lib}/modules'
%install
rm -rf $RPM_BUILD_ROOT
@@ -38,6 +38,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16.4.85.2.3 2008-06-12 10:37:51 glen
+- add ../../blah paths
+
Revision 1.16.4.85.2.2 2008-06-11 15:27:34 glen
- rpath with multiple components
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/test.spec?r1=1.16.4.85.2.2&r2=1.16.4.85.2.3&f=u
More information about the pld-cvs-commit
mailing list