diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-04 11:29:09 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2006-10-04 11:29:09 +0000 |
commit | 744b6ea932fdf7a9a321abbdc8d9bc71e9d8f3e5 (patch) | |
tree | 7f63f53457802285693499f86cd262944b8abfb6 /encap/src/encap-profiles/bcfg2-glib-2.8.6.ep | |
parent | 0c9a06432e96256b06d8092681ba1885762b2d2b (diff) | |
download | bcfg2-744b6ea932fdf7a9a321abbdc8d9bc71e9d8f3e5.tar.gz bcfg2-744b6ea932fdf7a9a321abbdc8d9bc71e9d8f3e5.tar.bz2 bcfg2-744b6ea932fdf7a9a321abbdc8d9bc71e9d8f3e5.zip |
EncapPackages: Add library search path to GNU/Linux to make it
consistent with AIX and Solaris
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2381 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'encap/src/encap-profiles/bcfg2-glib-2.8.6.ep')
-rw-r--r-- | encap/src/encap-profiles/bcfg2-glib-2.8.6.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep b/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep index 1e57bd6f5..f0ee92c23 100644 --- a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep +++ b/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep @@ -42,7 +42,7 @@ PLATFORM_ENDIF <environment variable="LDFLAGS" PLATFORM_IF_MATCH(linux) - value="-L/usr/local/lib/bcfg2/lib -Wl,-rpath,/usr/local/lib/bcfg2/lib" + value="-L/usr/local/lib/bcfg2/lib -Wl,-rpath,/usr/local/lib/bcfg2/lib -YP,/usr/local/lib/bcfg2/lib:/usr/lib:/lib" PLATFORM_ELSE_IF_MATCH(aix) value="-L/usr/local/lib/bcfg2/lib -Wl,-blibpath:/usr/local/lib/bcfg2/lib:/usr/lib" PLATFORM_ELSE_IF_MATCH(solaris) |