Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/libsysfs
@ 2006-12-14 15:37 aldot at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2006-12-14 15:37 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-14 07:37:42 -0800 (Thu, 14 Dec 2006)
New Revision: 16927

Log:
- bump version


Modified:
   trunk/buildroot/package/libsysfs/libsysfs.mk


Changeset:
Modified: trunk/buildroot/package/libsysfs/libsysfs.mk
===================================================================
--- trunk/buildroot/package/libsysfs/libsysfs.mk	2006-12-14 15:37:12 UTC (rev 16926)
+++ trunk/buildroot/package/libsysfs/libsysfs.mk	2006-12-14 15:37:42 UTC (rev 16927)
@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA
 
-LIBSYSFS_VER:=1.3.0
+LIBSYSFS_VER:=2.1.0
 LIBSYSFS_DIR:=$(BUILD_DIR)/sysfsutils-$(LIBSYSFS_VER)
 LIBSYSFS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-diag
 LIBSYSFS_SOURCE:=sysfsutils-$(LIBSYSFS_VER).tar.gz
@@ -36,10 +36,14 @@
 	$(LIBSYSFS_CAT) $(DL_DIR)/$(LIBSYSFS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
 	touch $(LIBSYSFS_DIR)/.unpacked
 
+ifeq ($(BR2_INSTALL_LIBSTDCPP),)
+LIBSYSFS_CXX:=CXX=""
+endif
 $(LIBSYSFS_DIR)/.configured: $(LIBSYSFS_DIR)/.unpacked
 	(cd $(LIBSYSFS_DIR); \
 	$(TARGET_CONFIGURE_OPTS) \
 	CFLAGS="$(TARGET_CFLAGS) " \
+	$(LIBSYSFS_CXX) \
 	./configure \
 	--target=$(GNU_TARGET_NAME) \
 	--host=$(GNU_TARGET_NAME) \
@@ -63,6 +67,7 @@
 
 libsysfs-clean:
 	-$(MAKE) -C $(LIBSYSFS_DIR) clean
+	rm -f $(TARGET_DIR)/usr/lib/libsysfs.so*
 
 libsysfs-dirclean:
 	rm -rf $(LIBSYSFS_DIR)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/libsysfs
@ 2007-08-12 23:27 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2007-08-12 23:27 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2007-08-12 16:27:38 -0700 (Sun, 12 Aug 2007)
New Revision: 19472

Log:
fix libsysfs.la paths

Modified:
   trunk/buildroot/package/libsysfs/libsysfs.mk


Changeset:
Modified: trunk/buildroot/package/libsysfs/libsysfs.mk
===================================================================
--- trunk/buildroot/package/libsysfs/libsysfs.mk	2007-08-12 23:26:28 UTC (rev 19471)
+++ trunk/buildroot/package/libsysfs/libsysfs.mk	2007-08-12 23:27:38 UTC (rev 19472)
@@ -56,6 +56,8 @@
 
 $(STAGING_DIR)/usr/lib/libsysfs.so: $(LIBSYSFS_DIR)/.compiled
 	$(MAKE) -C $(LIBSYSFS_DIR) DESTDIR=$(STAGING_DIR) install
+	$(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
+		$(STAGING_DIR)/usr/lib/libsysfs.la
 	touch -c $@
 
 $(TARGET_DIR)/usr/lib/libsysfs.so: $(STAGING_DIR)/usr/lib/libsysfs.so

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-12 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-14 15:37 [Buildroot] svn commit: trunk/buildroot/package/libsysfs aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2007-08-12 23:27 ulf at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox