]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
aicu: Add fixing of libtool rpath.
authorSchantl Stefan <Stevee@ipfire.org>
Sun, 14 Mar 2010 20:46:00 +0000 (21:46 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Sun, 14 Mar 2010 20:46:00 +0000 (21:46 +0100)
* CanĀ“t remove overwriting of STAGE_BUILD.

pkgs/core/aiccu/aiccu.nm

index c105fc10a1697ec6007a20aea152ecb8cce689ed..a02267eb2f28528350d7a7173a1a8b1c23f8c96d 100644 (file)
@@ -34,6 +34,8 @@ PKG_URL        = http://www.sixxs.net/tools/aiccu/
 PKG_LICENSE    = BSD
 PKG_SUMMARY    = Automatic IPv6 Connectivity Client Utility for SixXS tunnels.
 
+PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
+
 PKG_DEPS      += gnutls
 
 define PKG_DESCRIPTION
@@ -44,11 +46,10 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-define STAGE_PREPARE_CMDS
-       mv /usr/src/$(PKG_NAME) /usr/src/$(PKG_NAME)-$(PKG_VER)
-endef
+DIR_APP = $(DIR_SRC)/$(PKG_NAME)
 
 define STAGE_BUILD
+       $(DO_FIX_LIBTOOL)
        cd $(DIR_APP) && make $(PARALLELISMFLAGS) RPM_OPT_FLAGS="$(CFLAGS)"
 endef