]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use CFLAGS env var for socket2me Makefile. Fixes MODAPP-13. Thanks Bret.
authorMichael Jerris <mike@jerris.com>
Tue, 12 Jun 2007 20:46:13 +0000 (20:46 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 12 Jun 2007 20:46:13 +0000 (20:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5313 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/socket/socket2me/Makefile

index 235916d8abdb7b2448241f2708a5f3ca6c4e63b5..16a0559d94eca6476e764fafdbd605b0bfbe5cb1 100644 (file)
@@ -1,4 +1,4 @@
 socket2me: socket2me.c
-       $(CC) -Wall socket2me.c -o socket2me -l spandsp
+       $(CC) $(CFLAGS) socket2me.c -o socket2me -l spandsp
 clean:
        rm socket2me