15 lines
551 B
Diff
15 lines
551 B
Diff
* Samuli Suominen (17 Nov 2012)
|
|
Reviewed libmikmod-3.2.0_beta2-autotools.patch from gentoo-x86 and only this
|
|
chunk didn't make it upstream
|
|
|
|
--- libmikmod/Makefile.in
|
|
+++ libmikmod/Makefile.in
|
|
@@ -73,7 +73,7 @@
|
|
rm -f Makefile
|
|
|
|
$(LIB): $(OBJ)
|
|
- $(LIBTOOL) --mode=link $(CC) -version-info 3:0:0 -o $@ $(OBJ) $(LIBRARY_LIB) -rpath $(DESTDIR)$(libdir)
|
|
+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -version-info 3:0:0 -o $@ $(OBJ) $(LIBRARY_LIB) -rpath $(DESTDIR)$(libdir)
|
|
|
|
dl_hpux.lo: $(top_srcdir)/dlapi/dl_hpux.c \
|
|
$(top_srcdir)/dlapi/dlfcn.h
|