mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
create link to libarb.major to fix make check on some systems (patch by Andreas Enge)
This commit is contained in:
parent
94f411cec5
commit
a708c9a97c
2 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,7 @@ $(ARB_LIB): $(LOBJS) $(LIB_SOURCES) $(EXT_SOURCES) $(HEADERS) $(EXT_HEADERS) | b
|
|||
$(LDCONFIG) -n "$(CURDIR)"; \
|
||||
fi
|
||||
ln -sf "$(ARB_LIB)" "$(ARB_LIBNAME)"; \
|
||||
ln -sf "$(ARB_LIB)" "$(ARB_LIBNAME).$(ARB_MAJOR)"; \
|
||||
|
||||
libarb.a: $(OBJS) $(LIB_SOURCES) $(EXT_SOURCES) $(HEADERS) $(EXT_HEADERS) | build build/interfaces
|
||||
$(AT)$(foreach ext, $(EXTENSIONS), $(foreach dir, $(patsubst $(ext)/%.h, %, $(wildcard $(ext)/*.h)), mkdir -p build/$(dir); BUILD_DIR=$(CURDIR)/build/$(dir); export BUILD_DIR; MOD_DIR=$(dir); export MOD_DIR; $(MAKE) -f $(CURDIR)/Makefile.subdirs -C $(ext)/$(dir) static || exit $$?;))
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -647,6 +647,7 @@ echo "ARB_STATIC=$STATIC" >> Makefile
|
|||
echo "ARB_SHARED=$SHARED" >> Makefile
|
||||
echo "ARB_LIB=$ARB_LIB" >> Makefile
|
||||
echo "ARB_LIBNAME=$ARB_LIBNAME" >> Makefile
|
||||
echo "ARB_MAJOR=$ARB_MAJOR" >> Makefile
|
||||
echo "ARB_SOLIB=$ARB_SOLIB" >> Makefile
|
||||
echo "EXEEXT=$EXEEXT" >> Makefile
|
||||
echo "PREFIX=$PREFIX" >> Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue