Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78450 Details for
Bug 120833
torque-2.0.0_p7.ebuild (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
setuid-safety adapted for 2.0.0p5 and works fine with p7
torque-2.0.0_p5-setuid-safety.patch (text/plain), 997 bytes, created by
Eric Thibodeau
on 2006-01-29 10:28:21 UTC
(
hide
)
Description:
setuid-safety adapted for 2.0.0p5 and works fine with p7
Filename:
MIME Type:
Creator:
Eric Thibodeau
Created:
2006-01-29 10:28:21 UTC
Size:
997 bytes
patch
obsolete
>diff -urN torque-2.0.0p2.org/src/iff/Makefile.in torque-2.0.0p2/src/iff/Makefile.in >--- torque-2.0.0p2.org/src/iff/Makefile.in 2005-12-11 14:03:23.000000000 +0100 >+++ torque-2.0.0p2/src/iff/Makefile.in 2005-12-11 14:12:44.000000000 +0100 >@@ -114,7 +114,7 @@ > $(INSTALL) -m 4755 $(TARGET) $(DESTDIR)$(sbindir) > > pbs_iff: $(OBJS) $(PBS_LIBS) >- $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(PBS_LIBS) $(LIBS) >+ $(CC) $(LDFLAGS) $(CFLAGS) -Wl,-z,now -o $@ $(OBJS) $(PBS_LIBS) $(LIBS) > > @mk_cleanup@ > @mk_tail@ >diff -urN torque-2.0.0p2.org/src/mom_rcp/Makefile.in torque-2.0.0p2/src/mom_rcp/Makefile.in >--- torque-2.0.0p2.org/src/mom_rcp/Makefile.in 2005-12-11 14:03:23.000000000 +0100 >+++ torque-2.0.0p2/src/mom_rcp/Makefile.in 2005-12-11 14:13:21.000000000 +0100 >@@ -115,7 +115,7 @@ > $(INSTALL) -m 4755 $(TARGET) $(DESTDIR)$(sbindir) > > $(TARGET): $(OBJS) >- $(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJS) $(LIBS) >+ $(CC) $(LDFLAGS) $(CFLAGS) -Wl,-z,now -o $@ $(OBJS) $(LIBS) > > ># needed for make depend >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 120833
:
78447
|
78448
|
78449
| 78450 |
78451
|
78453