From b1ca9e8edbe96a1736bf8f8362c5b89f2293042b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 1 Nov 2009 16:41:30 +0000 Subject: [PATCH] No longer explictly need "-ldl" (contained in libSystem) --- src/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project.conf b/src/project.conf index 90bb80c..fbb00b7 100644 --- a/src/project.conf +++ b/src/project.conf @@ -2,7 +2,7 @@ targets=configure,makedepend cflags_force=-W cflags=-Wall -g -O2 -pedantic ldflags_force=-L $(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib -lSystem -ldflags=-ldl +ldflags= dist=Makefile,configure.h,makefile.h,settings.h [configure]