Prevented option --version-script with linker runs of binaries. By Matthias Klose.

This commit is contained in:
2016-04-19 07:05:36 +00:00
parent 6e5d3dc2d1
commit e631f2d977
2 changed files with 6 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ ACLOCAL_AMFLAGS = -I ./
# Build libraries
libburn_libburn_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(LIBLDFLAGS)
# This causes undesired .o names
# configure.ac appends -D options to variable CFLAG
### libburn_libburn_la_CFLAGS = $(LIBBURN_DVD_OBS_64K)