Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145525 Details for
Bug 212674
app-crypt/dieharder (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dieharder-2.24.7-libdieharder-Makefile.patch
dieharder-2.24.7-libdieharder-Makefile.patch (text/plain), 1.54 KB, created by
Andreas Källberg
on 2008-03-08 03:55:26 UTC
(
hide
)
Description:
dieharder-2.24.7-libdieharder-Makefile.patch
Filename:
MIME Type:
Creator:
Andreas Källberg
Created:
2008-03-08 03:55:26 UTC
Size:
1.54 KB
patch
obsolete
>--- libdieharder/Makefile.am 2007-12-06 20:49:01.000000000 +0100 >+++ libdieharder/Makefile.am.new 2008-03-08 02:59:07.000000000 +0100 >@@ -108,17 +108,17 @@ > # specfile for the dieharder package, in precisely the right locations. > #======================================================================== > install: $(PROGLIB_SO_VERSION) $(PROGLIB_A) $(PROGMAN) >- (install -d $(libdir); \ >- install -m 755 $(PROGLIB_SO_VERSION) $(libdir)/$(PROGLIB_SO_VERSION); \ >- ln -sf $(libdir)/$(PROGLIB_SO_VERSION) $(libdir)/$(PROGLIB_SO); \ >- install -d $(includedir)/dieharder; \ >- install -m 644 ../include/dieharder/*.h $(includedir)/dieharder; \ >- install -d $(prefix)/share/man/man3; \ >+ (install -d $(DESTDIR)$(libdir); \ >+ install -m 755 $(PROGLIB_SO_VERSION) $(DESTDIR)$(libdir)/$(PROGLIB_SO_VERSION); \ >+ ln -sf $(libdir)/$(PROGLIB_SO_VERSION) $(DESTDIR)$(libdir)/$(PROGLIB_SO); \ >+ install -d $(DESTDIR)$(includedir)/dieharder; \ >+ install -m 644 ../include/dieharder/*.h $(DESTDIR)$(includedir)/dieharder; \ >+ install -d $(DESTDIR)$(prefix)/share/man/man3; \ > gzip -c -9 $(PROGMAN) > $(PROGMAN).gz; \ >- install -m 644 $(DIR).3.gz $(prefix)/share/man/man3) >+ install -m 644 $(DIR).3.gz $(DESTDIR)$(prefix)/share/man/man3) > > # FC requires no static lib install >-# install -m 755 $(PROGLIB_A) $(libdir)/$(PROGLIB_A); \ >+# install -m 755 $(PROGLIB_A) $(DESTDIR)$(libdir)/$(PROGLIB_A); \ > # ldconfig -n $(libdir); \ > #======================================================================== > # We give all generic rules below. Currently we only need a rule for
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 212674
:
145520
|
145522
|
145523
|
145525
|
145543
|
145545
|
145547
|
196922