RPM

Comment 4 for bug 637207

Revision history for this message
In , Peter (peter-redhat-bugs) wrote :

The Makefile.in for a number of the audio codecs all have the same LDSO line in them so surely it would be an issue for all of them then.

[perobinson@neo G726]$ !gr
grep LDSO *
Makefile.in:LDSO =@LDSO@
Makefile.in: $(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
Makefile.in: $(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
[perobinson@neo G726]$ cd ../GSM0610/
[perobinson@neo GSM0610]$ !gr
grep LDSO *
Makefile.in:LDSO =@LDSO@
Makefile.in: $(CC) $(LDSO) $@ -o $@ $^ $(EXTRALIBS)
Makefile.in: $(CC) $(LDSO) -o $@ $^ $(EXTRALIBS)
[perobinson@neo GSM0610]$ cd ../iLBC/
[perobinson@neo iLBC]$ !g
grep LDSO *
Makefile.in:LDSO =@LDSO@
Makefile.in: $(CC) $(LDSO) $@ -o $@ $^
Makefile.in: $(CC) $(LDSO) -o $@ $^
[perobinson@neo iLBC]$