mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
14 lines
490 B
Diff
14 lines
490 B
Diff
|
diff -rupN hivex-1.3.11/lib/Makefile.am hivex-1.3.11-new/lib/Makefile.am
|
||
|
--- hivex-1.3.11/lib/Makefile.am 2013-09-10 13:04:12.000000000 +0200
|
||
|
+++ hivex-1.3.11-new/lib/Makefile.am 2014-11-06 01:31:05.956106861 +0100
|
||
|
@@ -40,8 +40,7 @@ libhivex_la_SOURCES = \
|
||
|
|
||
|
libhivex_la_LIBADD = ../gnulib/lib/libgnu.la $(LTLIBOBJS)
|
||
|
libhivex_la_LDFLAGS = \
|
||
|
- -version-info 0:0:0 \
|
||
|
- $(VERSION_SCRIPT_FLAGS)$(srcdir)/hivex.syms \
|
||
|
+ -version-info 0:0:0
|
||
|
$(LTLIBICONV) \
|
||
|
$(LTLIBINTL) \
|
||
|
$(LTLIBTHREAD)
|