Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242285 Details for
Bug 332097
app-misc/secure-delete does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch for makefile
secure-delete-3.1-makefile.patch (text/plain), 744 bytes, created by
Dane Smith (RETIRED)
on 2010-08-10 18:59:13 UTC
(
hide
)
Description:
patch for makefile
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-10 18:59:13 UTC
Size:
744 bytes
patch
obsolete
>--- Makefile 2010-08-10 10:44:37.000000000 -0400 >+++ Makefile.secure 2010-08-10 10:44:43.000000000 -0400 >@@ -18,14 +19,14 @@ > sdel-lib.o: sdel-lib.c > $(CC) ${OPT} -c sdel-lib.c > >-srm: srm.c >- $(CC) ${OPT} -o srm srm.c sdel-lib.o >-sfill: sfill.c >- $(CC) ${OPT} -o sfill sfill.c sdel-lib.o >-sswap: sswap.c >- $(CC) ${OPT} -o sswap sswap.c sdel-lib.o >-smem: smem.c >- $(CC) ${OPT} -o smem smem.c sdel-lib.o >+srm: srm.o sdel-lib.o >+ $(CC) $(LDFLAGS) srm.o sdel-lib.o -o srm >+sfill: sfill.o sdel-lib.o >+ $(CC) $(LDFLAGS) sfill.o sdel-lib.o -o sfill >+sswap: sswap.o sdel-lib.o >+ $(CC) $(LDFLAGS) sswap.o sdel-lib.o -o sswap >+smem: smem.o sdel-lib.o >+ $(CC) $(LDFLAGS) smem.o sdel-lib.o -o smem > > clean: > rm -f sfill srm sswap smem sdel sdel-lib.o
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 Raw
Actions:
View
Attachments on
bug 332097
:
242267
|
242283
| 242285