Patch for sl-modem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

  This patch was used in Debian/Ubuntu to remove un-necessary logic used 
  to set LFLAGS. It can just be set to -lasound

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7
Description: Just set LFLAGS -lasound
Forwarded: yes
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@xxxxxxxxxx>
--- a/modem/Makefile
+++ b/modem/Makefile
@@ -41,13 +41,8 @@
 
 ifdef SUPPORT_ALSA
 CFLAGS+= -DSUPPORT_ALSA=1
-ifeq ($(ARCH64), 0)
-LFLAGS+= /usr/lib/libasound.so
-else
-# LFLAGS+= /usr/lib32/libasound.so , replaced by -l commands search for asound
 LFLAGS+= -lasound
 endif
-endif
 
 slmodemd:
 	$(CC) -o slmodemd modem_main.o $(all-objs) $(LFLAGS)

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux