diff options
author | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-21 22:18:31 +0000 |
---|---|---|
committer | bicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb> | 2006-03-21 22:18:31 +0000 |
commit | 9cce8488b9b2fa9b5b3a538e4de15f78c4e39c8e (patch) | |
tree | 465ae461137f4770489be97f68517b1303281be8 /sys-cluster/torque/files | |
parent | torque-2.0.0_p8.ebuild: forced fPIC and added PBS_SERVER_NAME (diff) | |
download | sci-9cce8488b9b2fa9b5b3a538e4de15f78c4e39c8e.tar.gz sci-9cce8488b9b2fa9b5b3a538e4de15f78c4e39c8e.tar.bz2 sci-9cce8488b9b2fa9b5b3a538e4de15f78c4e39c8e.zip |
torque-2.0.0_p8.ebuild: now pic only for libpbs with a patch
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@140 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sys-cluster/torque/files')
-rw-r--r-- | sys-cluster/torque/files/torque-2.0.0_p8-libpbs-pic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-cluster/torque/files/torque-2.0.0_p8-libpbs-pic.patch b/sys-cluster/torque/files/torque-2.0.0_p8-libpbs-pic.patch new file mode 100644 index 000000000..c08e9947b --- /dev/null +++ b/sys-cluster/torque/files/torque-2.0.0_p8-libpbs-pic.patch @@ -0,0 +1,12 @@ +diff -Naur torque-2.0.0p8/src/lib/Libpbs/Makefile.in torque-2.0.0p8.new/src/lib/Libpbs/Makefile.in +--- torque-2.0.0p8/src/lib/Libpbs/Makefile.in 2006-01-27 18:42:09.000000000 +0000 ++++ torque-2.0.0p8.new/src/lib/Libpbs/Makefile.in 2006-03-21 21:59:09.525967999 +0000 +@@ -93,7 +93,7 @@ + INCS = -I@top_builddir@/src/include -I$(top_srcdir)/src/include \ + -I$(srcdir)/../Libdis -I$(srcdir)/../Libifl + +-CFLAGS = @CFLAGS@ $(INCS) @DEFS@ -DIFF_PATH=\"$(IFF_PATH)\" ++CFLAGS = @CFLAGS@ $(INCS) @DEFS@ -DIFF_PATH=\"$(IFF_PATH)\" -fPIC + + TARGET = libpbs.a + |