add the nolibdir patch
This commit is contained in:
parent
b8354364a1
commit
9a1adf41cd
2 changed files with 15 additions and 2 deletions
13
cppunit-1.12.0-nolibdir.patch
Normal file
13
cppunit-1.12.0-nolibdir.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff -up cppunit-1.12.0/cppunit-config.in.nolibdir cppunit-1.12.0/cppunit-config.in
|
||||
--- cppunit-1.12.0/cppunit-config.in.nolibdir 2007-10-21 11:19:40.000000000 +0200
|
||||
+++ cppunit-1.12.0/cppunit-config.in 2007-10-21 11:20:01.000000000 +0200
|
||||
@@ -87,9 +87,6 @@ if test "$echo_cflags" = "yes"; then
|
||||
fi
|
||||
|
||||
if test "$echo_libs" = "yes"; then
|
||||
- if test @libdir@ != /usr/lib ; then
|
||||
- my_linker_flags="-L@libdir@"
|
||||
- fi
|
||||
echo ${my_linker_flags} -lcppunit @LIBADD_DL@
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue