more cleanups and build fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9915 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -49,6 +49,7 @@ define Build/Compile
|
||||
make -C $(PKG_BUILD_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
DESTDIR=$(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) install
|
||||
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
@ -80,9 +81,8 @@ define Package/libXaw/install
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,libX11))
|
||||
|
Reference in New Issue
Block a user