]> Git Repo - buildroot-mgba.git/blame - package/rpm/rpm.mk
xfsprogs: needs e2fsprogs and (in turn) largefile support
[buildroot-mgba.git] / package / rpm / rpm.mk
CommitLineData
6fd44d68
NK
1#############################################################
2#
3# rpm
4#
5#############################################################
a36ca7a8 6RPM_VERSION = 5.1.6
509fe4a6 7RPM_SITE = http://rpm5.org/files/rpm/rpm-5.1/
6fd44d68 8RPM_AUTORECONF = YES
a36ca7a8 9RPM_LIBTOOL_PATCH = NO
6fd44d68 10
509fe4a6 11RPM_DEPENDENCIES = zlib bzip2 beecrypt neon popt
6fd44d68
NK
12
13RPM_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \
14 ac_cv_va_copy=yes
15
16RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
17 --without-selinux \
18 --without-python --without-perl \
19 --with-zlib=$(STAGING_DIR) \
20 --with-libbeecrypt=$(STAGING_DIR) \
21 --with-popt=$(STAGING_DIR) \
e2e55698 22 --with-mutex=UNIX/fcntl \
c86f23b7 23 --with-bzip2
6fd44d68 24
509fe4a6
NK
25RPM_MAKE_OPT = -j1
26
6fd44d68
NK
27RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
28
29$(eval $(call AUTOTARGETS,package,rpm))
This page took 0.145157 seconds and 4 git commands to generate.