kumquat-buildroot/package/rpm/rpm.mk

32 lines
904 B
Makefile
Raw Normal View History

2008-04-14 12:56:41 +02:00
#############################################################
#
# rpm
#
#############################################################
RPM_VERSION = 5.1.6
RPM_SITE = http://rpm5.org/files/rpm/rpm-5.1/
2008-04-14 12:56:41 +02:00
RPM_AUTORECONF = YES
RPM_LIBTOOL_PATCH = NO
2008-04-14 12:56:41 +02:00
RPM_DEPENDENCIES = zlib bzip2 beecrypt neon popt
2008-04-14 12:56:41 +02:00
RPM_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \
2008-04-14 12:56:41 +02:00
ac_cv_va_copy=yes
# the above doesn't work with shared config.cache
RPM_USE_CONFIG_CACHE = NO
2008-04-14 12:56:41 +02:00
RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
--without-selinux \
--without-python --without-perl \
--with-zlib=$(STAGING_DIR) \
--with-libbeecrypt=$(STAGING_DIR) \
--with-popt=$(STAGING_DIR) \
--with-mutex=UNIX/fcntl \
--with-bzip2
2008-04-14 12:56:41 +02:00
RPM_MAKE = $(MAKE1)
2008-04-14 12:56:41 +02:00
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
$(eval $(call AUTOTARGETS,package,rpm))