diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-06-09 11:18:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-06-09 11:18:38 +0000 |
commit | 6a770ec3a4593508d82aa387edfa3377f9f8f464 (patch) | |
tree | f97283d33d3cf71e86479555b03aacbbde723445 /package/libsysfs/libsysfs.mk | |
parent | 926e2c0293f89c73cb5ef21c0e5597da86c304a2 (diff) |
http://bugs.uclibc.org/view.php?id=288
This updates to the current version of libsysfs, and also changes
to the current version of the package.
NOTE: this package still has a problem, in that the header files
it generates are not made available to other packages. The library
itself is installed in the target filesystem; but programs like
"brctl" won't know to use it, since the header isn't visible.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'package/libsysfs/libsysfs.mk')
-rw-r--r-- | package/libsysfs/libsysfs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libsysfs/libsysfs.mk b/package/libsysfs/libsysfs.mk index 14aa8943e..e41e76039 100644 --- a/package/libsysfs/libsysfs.mk +++ b/package/libsysfs/libsysfs.mk @@ -21,9 +21,9 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -LIBSYSFS_VER:=1.2.0 +LIBSYSFS_VER:=1.3.0 LIBSYSFS_DIR:=$(BUILD_DIR)/sysfsutils-$(LIBSYSFS_VER) -LIBSYSFS_SITE:=http://cogent.dl.sourceforge.net/sourceforge/linux-diag +LIBSYSFS_SITE:=http://easynews.dl.sourceforge.net/sourceforge/linux-diag LIBSYSFS_SOURCE:=sysfsutils-$(LIBSYSFS_VER).tar.gz LIBSYSFS_CAT:=zcat |