ddb3f18d2c
fixes build in the presence of spandsp
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
$OpenBSD: patch-lib_spandsp_src_Makefile_in,v 1.2 2010/01/10 23:47:07 espie Exp $
|
|
--- lib/spandsp/src/Makefile.in.orig Thu Feb 7 20:59:43 2008
|
|
+++ lib/spandsp/src/Makefile.in Thu Mar 27 21:32:34 2008
|
|
@@ -485,7 +485,7 @@ clean-libLTLIBRARIES:
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
libspandsp.la: $(libspandsp_la_OBJECTS) $(libspandsp_la_DEPENDENCIES)
|
|
- $(LINK) -rpath $(libdir) $(libspandsp_la_LDFLAGS) $(libspandsp_la_OBJECTS) $(libspandsp_la_LIBADD) $(LIBS)
|
|
+ $(LINK) -rpath $(libdir) $(libspandsp_la_LDFLAGS) $(libspandsp_la_OBJECTS) $(libspandsp_la_LIBADD) $(LDFLAGS) $(LIBS)
|
|
|
|
clean-noinstPROGRAMS:
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
@@ -956,7 +956,7 @@ v29tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
|
./make_modem_filter$(EXEEXT) -m V.29 -t >v29tx_floating_rrc.h
|
|
|
|
make_modem_filter$(EXEEXT): make_modem_filter.c filter_tools.c filter_tools.h config.h
|
|
- $(CC_FOR_BUILD) -I. -o $@ make_modem_filter.c filter_tools.c -lm
|
|
+ $(CC_FOR_BUILD) -I. $(CFLAGS) -o $@ make_modem_filter.c filter_tools.c -lm
|
|
|
|
$(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am
|
|
echo "creating $(DSP)"
|