Skip to content

Commit

Permalink
Remove ldconfig stuff from BSD systems
Browse files Browse the repository at this point in the history
  • Loading branch information
albinahlback committed Jan 21, 2024
1 parent 814207e commit 22a1c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ $(FLINT_DIR)/$(FLINT_LIB_FULL): $(MERGED_LOBJS)
@echo "Building $(FLINT_LIB_FULL)"
@$(CC) $(CFLAGS) -shared $(EXTRA_SHARED_FLAGS) $(MERGED_LOBJS) -o $(FLINT_LIB_FULL) $(LDFLAGS) $(LIBS)
ifneq ($(FLINT_SOLIB), 0)
ifneq ($(LDCONFIG_N),)
@$(LDCONFIG_N) ./
endif
endif
@$(RM_F) $(FLINT_LIB)
@$(RM_F) $(FLINT_LIB_MAJOR)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ case "$build_os" in
LDCONFIG_N="/sbin/ldconfig -n"
;;
netbsd* | openbsd*)
LDCONFIG_N="/sbin/ldconfig -m"
dnl LDCONFIG_N="/sbin/ldconfig -m"
;;
*)
;;
Expand Down

0 comments on commit 22a1c5c

Please sign in to comment.