mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGS
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
08703917d7
commit
3d82609bd1
2
CHANGES
2
CHANGES
@ -28,7 +28,7 @@
|
|||||||
libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
|
libupnp, libuuid, libxml2, lighttpd, ltrace, lua, lzma, magiccube4d,
|
||||||
matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
|
matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp,
|
||||||
ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
|
ng-spice-rework, ntfs-3g, openntp, openssl, pcmanfm, php, psmisc,
|
||||||
python, quagga, radvd, rsync, rubix, samba, sawman, sdl,
|
python, quagga, radvd, rpm, rsync, rubix, samba, sawman, sdl,
|
||||||
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
shared-mime-info, sfdisk, spawn-fcgi, speech-tools, sqlite, squashfs,
|
||||||
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
synergy, syslinux, target-binutils, tcpdump, torsmo, u-boot, udpcast,
|
||||||
util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
|
util-linux, valgrind, vsftpd, wipe, wpa-supplicant, x11vnc,
|
||||||
|
@ -10,8 +10,10 @@ RPM_LIBTOOL_PATCH = NO
|
|||||||
|
|
||||||
RPM_DEPENDENCIES = zlib bzip2 beecrypt neon popt
|
RPM_DEPENDENCIES = zlib bzip2 beecrypt neon popt
|
||||||
|
|
||||||
RPM_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \
|
RPM_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \
|
||||||
ac_cv_va_copy=yes
|
ac_cv_va_copy=yes
|
||||||
|
# the above doesn't work with shared config.cache
|
||||||
|
RPM_USE_CONFIG_CACHE = NO
|
||||||
|
|
||||||
RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
|
RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
|
||||||
--without-selinux \
|
--without-selinux \
|
||||||
@ -22,7 +24,7 @@ RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \
|
|||||||
--with-mutex=UNIX/fcntl \
|
--with-mutex=UNIX/fcntl \
|
||||||
--with-bzip2
|
--with-bzip2
|
||||||
|
|
||||||
RPM_MAKE_OPT = -j1
|
RPM_MAKE = $(MAKE1)
|
||||||
|
|
||||||
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
|
RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user