[svn-commits] branch group/autoconf_and_menuselect r18535 - /team/group/autoconf_and_menuse...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Apr 8 13:30:45 MST 2006


Author: russell
Date: Sat Apr  8 15:30:44 2006
New Revision: 18535

URL: http://svn.digium.com/view/asterisk?rev=18535&view=rev
Log:
remove some sillyness - if libraries are in a location that can't be automagically
figured out, the user will have to do ./configure --with-zaptel=/usr/pkg/lib or
something similar

Modified:
    team/group/autoconf_and_menuselect/channels/Makefile

Modified: team/group/autoconf_and_menuselect/channels/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/autoconf_and_menuselect/channels/Makefile?rev=18535&r1=18534&r2=18535&view=diff
==============================================================================
--- team/group/autoconf_and_menuselect/channels/Makefile (original)
+++ team/group/autoconf_and_menuselect/channels/Makefile Sat Apr  8 15:30:44 2006
@@ -71,15 +71,6 @@
 ifneq ($(wildcard alsa-monitor.h),)
   CFLAGS+=-DALSA_MONITOR
   ALSA_SRC+=alsa-monitor.h
-endif
-
-ifneq ($(ZAPTEL_LIB),)
-  ifeq (${OSARCH},NetBSD)
-    SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/pkg/lib
-  endif
-  ifeq (${OSARCH},FreeBSD)
-    SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-  endif
 endif
 
 CFLAGS+=-DCRYPTO



More information about the svn-commits mailing list