diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-03 08:14:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-03 08:14:57 +0200 |
commit | 880a694987b2500a302722530615ec5e70a1d507 (patch) | |
tree | ed20dc94d0916995d44ef06dc9c5934ff4cc3cb6 /package/device-mapper/Makefile | |
parent | e00bf1d2b054c3f2280c63c23bc682c67a25d1b2 (diff) |
package updates and rescue-x86_64 fix
- merge device-mapper and lvm package, because of upstream merge
- update squid to latest stable version
- add no64-lib patch for gcc, which fixes cross-build from x86 to
x86_64
Diffstat (limited to 'package/device-mapper/Makefile')
-rw-r--r-- | package/device-mapper/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/package/device-mapper/Makefile b/package/device-mapper/Makefile deleted file mode 100644 index 8bf21fe33..000000000 --- a/package/device-mapper/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include ${TOPDIR}/rules.mk - -PKG_NAME:= device-mapper -PKG_VERSION:= 1.02.28 -PKG_RELEASE:= 1 -PKG_MD5SUM:= c9ae0776994a419f9e1ba842164bb626 -PKG_DESCR:= device mapper tools and libraries -PKG_SECTION:= utils -PKG_URL:= http://sources.redhat.com/dm -PKG_SITES:= ftp://sources.redhat.com/pub/dm/ - -DISTFILES:= ${PKG_NAME}.${PKG_VERSION}.tgz -WRKDIST= ${WRKDIR}/${PKG_NAME}.${PKG_VERSION} - -include ${TOPDIR}/mk/package.mk - -$(eval $(call PKG_template,DEVICE_MAPPER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIGURE_STYLE:= gnu -CONFIGURE_ARGS+= --with-user="" --with-group="" \ - --with-optimisation="" \ - --with-kernel-dir=${LINUX_DIR} -BUILD_STYLE:= auto -INSTALL_STYLE:= auto -INSTALL_TARGET+= install_static_lib - -post-install: - ${INSTALL_DIR} ${IDIR_DEVICE_MAPPER}/usr/sbin ${IDIR_DEVICE_MAPPER}/usr/lib - ${CP} ${WRKINST}/usr/lib/libdevmapper.so* \ - ${IDIR_DEVICE_MAPPER}/usr/lib - ${INSTALL_BIN} ${WRKINST}/usr/sbin/dmsetup \ - ${IDIR_DEVICE_MAPPER}/usr/sbin - -include ${TOPDIR}/mk/pkg-bottom.mk |