--- openh323-1.12.0-alex/src/Makefile.asnparser 2003-07-01 12:25:48.000000000 +0200 +++ openh323-1.12.0-alex/src/Makefile 2003-07-01 12:26:32.000000000 +0200 @@ -860,20 +860,11 @@ endif -# Set library path so asnparser will run - -ifdef LD_LIBRARY_PATH -LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):$(HOSTPWLIBDIR)/lib -else -LD_LIBRARY_PATH:=$(HOSTPWLIBDIR)/lib -endif -export LD_LIBRARY_PATH - # If we're cross compiling, we want the host's asnparser # otherwise use the one for the current platform ASNPARSE_DIR = $(HOSTPWLIBDIR)/tools/asnparser -ASNPARSER = $(ASNPARSE_DIR)/obj_$(HOST_PLATFORM_TYPE)_r/asnparser +ASNPARSER = /usr/bin/asnparser # If not cross compiling then make sure asnparser is built