aboutsummaryrefslogtreecommitdiff
path: root/Makefile.include.in
diff options
context:
space:
mode:
authorAlTheKiller <AlTheKiller@svn>2009-09-30 17:29:33 +0000
committerAlTheKiller <AlTheKiller@svn>2009-09-30 17:29:33 +0000
commit77573604a8838fae39bd4e297309152123d36684 (patch)
treeafc0d5d3e1684564875417007e60ad63867565d8 /Makefile.include.in
parent4a1fa6fdae4babe3cb1fa0b156310cfcaa23436c (diff)
fixed: Less stupidity digging for libcurl.so. (since you're configuring anyway ;))
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23271 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.include.in')
-rw-r--r--Makefile.include.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.include.in b/Makefile.include.in
index 4ef3dc1aa4..0f81f5a05b 100644
--- a/Makefile.include.in
+++ b/Makefile.include.in
@@ -23,13 +23,6 @@ DEFINES+= \
@ARCH_DEFINES@ \
@DEFS@ \
-ifeq (linux,$(findstring linux, $(ARCH)))
-ifeq ($(ARCH), x86_64-linux)
- DEFINES+=-DDLL_PATH_LIBCURL="\"/usr/lib64/libcurl.so.4\""
-else
- DEFINES+=-DDLL_PATH_LIBCURL="\"/usr/lib/libcurl.so.4\""
-endif
-endif
ifeq ($(findstring osx,$(ARCH)), osx)
export MACOSX_DEPLOYMENT_TARGET=10.4
endif