Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 185582 Details for
Bug 263085
sys-fs/udev installs cross-compile unfriendly .pc files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pc files cross patch
pc-cross-fix.patch (text/plain), 866 bytes, created by
Maksim 'max_posedon' Melnikau
on 2009-03-19 23:47:29 UTC
(
hide
)
Description:
pc files cross patch
Filename:
MIME Type:
Creator:
Maksim 'max_posedon' Melnikau
Created:
2009-03-19 23:47:29 UTC
Size:
866 bytes
patch
obsolete
>--- udev-140/extras/volume_id/lib/libvolume_id.pc.in.old 2009-03-19 01:57:36.000000000 +0200 >+++ udev-140/extras/volume_id/lib/libvolume_id.pc.in 2009-03-19 01:59:56.000000000 +0200 >@@ -1,7 +1,7 @@ > prefix=@prefix@ >-exec_prefix=@prefix@ >-libdir=@prefix@/@libdir_name@ >-includedir=@prefix@/include >+exec_prefix=${prefix} >+libdir=@libdir@ >+includedir=@includedir@ > > Name: libvolume_id > Description: Library for reading metadata, label, uuid from various filesystems >--- udev-140/udev/lib/libudev.pc.in.old 2009-03-19 01:56:25.000000000 +0200 >+++ udev-140/udev/lib/libudev.pc.in 2009-03-19 01:56:42.000000000 +0200 >@@ -1,7 +1,7 @@ > prefix=@prefix@ >-exec_prefix=@prefix@ >-libdir=@prefix@/@libdir_name@ >-includedir=@prefix@/include >+exec_prefix=${prefix} >+libdir=@libdir@ >+includedir=@includedir@ > > Name: libudev > Description: Library to access udev device information
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 263085
: 185582 |
185584