mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/rocksdb: fix build on m68k_cf
Fixes: - http://autobuild.buildroot.org/results/04c5afff034d8d71d11b95c998e3156292852de6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
96a398269c
commit
c0ae390d43
@ -12,6 +12,12 @@ ROCKSDB_INSTALL_STAGING = YES
|
|||||||
|
|
||||||
ROCKSDB_MAKE_OPTS = PORTABLE=1
|
ROCKSDB_MAKE_OPTS = PORTABLE=1
|
||||||
|
|
||||||
|
# Internal error, aborting at dwarf2cfi.c:2802 in connect_traces
|
||||||
|
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58864
|
||||||
|
ifeq ($(BR2_m68k_cf),y)
|
||||||
|
ROCKSDB_EXTRA_CXXFLAGS += -fno-defer-pop
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||||
ROCKSDB_DEPENDENCIES += bzip2
|
ROCKSDB_DEPENDENCIES += bzip2
|
||||||
ROCKSDB_MAKE_OPTS += ROCKSDB_DISABLE_BZ2=0
|
ROCKSDB_MAKE_OPTS += ROCKSDB_DISABLE_BZ2=0
|
||||||
@ -72,6 +78,8 @@ ROCKSDB_BUILD_TARGETS += shared_lib static_lib
|
|||||||
ROCKSDB_INSTALL_TARGETS += install-shared install-static
|
ROCKSDB_INSTALL_TARGETS += install-shared install-static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ROCKSDB_MAKE_OPTS += EXTRA_CXXFLAGS="$(ROCKSDB_EXTRA_CXXFLAGS)"
|
||||||
|
|
||||||
define ROCKSDB_BUILD_CMDS
|
define ROCKSDB_BUILD_CMDS
|
||||||
$(TARGET_CONFIGURE_OPTS) $(MAKE) $(ROCKSDB_MAKE_OPTS) -C $(@D) \
|
$(TARGET_CONFIGURE_OPTS) $(MAKE) $(ROCKSDB_MAKE_OPTS) -C $(@D) \
|
||||||
$(ROCKSDB_BUILD_TARGETS)
|
$(ROCKSDB_BUILD_TARGETS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user