Browse Source

add missing method static

Waldemar Brodkorb 14 years ago
parent
commit
6dc84d5e2f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      package/libnfsidmap/Makefile

+ 4 - 2
package/libnfsidmap/Makefile

@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		libnfsidmap
 PKG_VERSION:=		0.24
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		d71a1ee9881d5b5814ff3ec41256937d
 PKG_DESCR:=		idmap library for NFSv4
 PKG_SECTION:=		libs
@@ -22,9 +22,11 @@ $(eval $(call PKG_template,LIBNFSIDMAP,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE}
 $(eval $(call PKG_template,LIBNFSIDMAP_DEV,libnfsidmap-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBNFSIDMAP_DEV},${PKGSC_LIBNFSIDMAP_DEV}))
 
 libnfsidmap-install:
-	$(INSTALL_DIR) $(IDIR_LIBNFSIDMAP)/usr/lib
+	$(INSTALL_DIR) $(IDIR_LIBNFSIDMAP)/usr/lib/libnfsidmap
 	$(CP) $(WRKINST)/usr/lib/libnfsidmap.so* \
 		$(IDIR_LIBNFSIDMAP)/usr/lib/
+	$(CP) $(WRKINST)//usr/lib/libnfsidmap/static.so \
+		$(IDIR_LIBNFSIDMAP)/usr/lib/libnfsidmap
 
 libnfsidmap-dev-install:
 	$(INSTALL_DIR) $(IDIR_LIBNFSIDMAP_DEV)/usr/include