Skip to content

Instantly share code, notes, and snippets.

@chris-se
Created July 2, 2017 19:04
Show Gist options
  • Save chris-se/3a6d9b85e87661a49760778ddbc33005 to your computer and use it in GitHub Desktop.
Save chris-se/3a6d9b85e87661a49760778ddbc33005 to your computer and use it in GitHub Desktop.
diff --git a/Makefile.in b/Makefile.in
index ba953be..e745972 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,7 +28,7 @@ else
BUILD_STATIC = $(ENABLE_STATIC)
endif
ifeq ($(HAVE_LD_VERSION_SCRIPT),1)
-SOLIB_VERSION_OPTS = -Wl,--version-script=libisns.vers
+SOLIB_VERSION_OPTS = -Wl,--version-script=$(srcdir)/libisns.vers
else
SOLIB_VERSION_OPTS =
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment