diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 23:27:23 +0100 |
| commit | 9352995934adec8059077af241c35ccd1573bd80 (patch) | |
| tree | 60286e266b3b31b90b952ac37e12a1ebbcdd2eb6 /libgc/Makefile | |
| parent | ef3b84d78197acbd45d73a9b1ae44b47b5904290 (diff) | |
| parent | 880bca260c4ce91554a49b2475232cf5c0ffd447 (diff) | |
| download | qipackages-fork-9352995934adec8059077af241c35ccd1573bd80.tar.gz | |
Conflicts:
links/Makefile
Diffstat (limited to 'libgc/Makefile')
| -rw-r--r-- | libgc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libgc/Makefile b/libgc/Makefile index a7568e2..8f96b4f 100644 --- a/libgc/Makefile +++ b/libgc/Makefile @@ -8,10 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gc -PKG_VERSION:=7.1 +PKG_VERSION:=7.2alpha4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ +PKG_MD5SUM:=0a6785ebb61c6e2b50c3952c3bbf9ea1 PKG_INSTALL:=1 @@ -22,7 +23,6 @@ define Package/gc SECTION:=libs CATEGORY:=Libraries URL:=http://www.hpl.hp.com/personal/Hans_Boehm/gc/ - DEPENDS:=@BROKEN endef define Package/gc/description @@ -31,6 +31,8 @@ endef TARGET_CFLAGS+="-I./include" +TARGET_LDFLAGS+=-lpthread + define Build/Configure $(call Build/Configure/Default, \ --disable-gcj-support \ @@ -57,9 +59,9 @@ endef define Package/gc/install $(INSTALL_DIR) \ - $(1)/usr/lib \ + $(1)/usr/lib $(CP) \ - $(PKG_INSTALL_DIR)/usr/lib/lib{cord,gc}.la \ + $(PKG_INSTALL_DIR)/usr/lib/lib{cord,gc}.so* \ $(1)/usr/lib/ endef |
