Projects
Mega:24.09
jffi
_service:tar_scm:jffi-fix-system-ffi.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:jffi-fix-system-ffi.patch of Package jffi
--- jni/GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jni/GNUmakefile b/jni/GNUmakefile index 8ac84a6..06f039c 100755 --- a/jni/GNUmakefile +++ b/jni/GNUmakefile @@ -262,7 +262,7 @@ debug: @echo "JFFI_BUILD_DIR=$(JFFI_BUILD_DIR)" @echo "OBJS=$(OBJS)" -$(LIBJFFI): $(OBJS) $(LIBFFI_LIBS) +$(LIBJFFI): $(OBJS) $(CC) -o $@ $(LDFLAGS) $(SOFLAGS) $(OBJS) $(LIBFFI_LIBS) $(LIBS) $(STRIP) $@ ifeq ($(OS), darwin) @@ -277,7 +277,9 @@ $(BUILD_DIR)/%.o : $(SRC_DIR)/%.S $(wildcard $(JFFI_SRC_DIR)/*.h) @mkdir -p $(@D) @$(CC) $(CFLAGS) -o $@ -c $< -$(OBJS) : $(LIBFFI_LIBS) +ifneq ($(USE_SYSTEM_LIBFFI),1) +$(OBJS) : $(LIBFFI) +endif ifeq ($(OS), darwin) build_ffi = \ -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2