Ticket #52797: patch-add-relocatable_xz.diff
File patch-add-relocatable_xz.diff, 552 bytes (added by RJVB (René Bertin), 8 years ago) |
---|
-
src/xz/Makefile.am
old new 5 5 ## You can do whatever you want with this file. 6 6 ## 7 7 8 bin_PROGRAMS = xz 8 bin_PROGRAMS = xz xz_r 9 9 10 10 xz_SOURCES = \ 11 11 args.c \ … … 58 58 # libgnu.a may need these libs, so this must be after libgnu.a. 59 59 xz_LDADD += $(LTLIBINTL) 60 60 61 xz_r_SOURCES = $(xz_SOURCES) 62 xz_r_CPPFLAGS = $(xz_CPPFLAGS) 63 xz_r_LDADD = $(xz_LDADD) 64 xz_r_LDFLAGS = -static-libtool-libs 65 61 66 62 67 # Windows resource compiler support 63 68 .rc.o: