[csw-devel] SF.net SVN: gar:[18094] csw/mgar/pkg/squid/branches/squid3/Makefile
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Wed May 23 16:29:08 CEST 2012
Revision: 18094
http://gar.svn.sourceforge.net/gar/?rev=18094&view=rev
Author: wilbury
Date: 2012-05-23 14:29:08 +0000 (Wed, 23 May 2012)
Log Message:
-----------
squid/branches/squid3: Correct LDFLAGS
Modified Paths:
--------------
csw/mgar/pkg/squid/branches/squid3/Makefile
Modified: csw/mgar/pkg/squid/branches/squid3/Makefile
===================================================================
--- csw/mgar/pkg/squid/branches/squid3/Makefile 2012-05-23 13:54:45 UTC (rev 18093)
+++ csw/mgar/pkg/squid/branches/squid3/Makefile 2012-05-23 14:29:08 UTC (rev 18094)
@@ -83,7 +83,7 @@
CONFIGURE_ARGS += --with-default-user=$(NAME)
GARCOMPILER = GNU
-EXTRA_LDFLAGS += -L$(prefix)/bdb48/lib
+EXTRA_LDFLAGS += -L$(prefix)/bdb48/lib -R$(prefix)/bdb48/lib
EXTRA_INC += $(prefix)/bdb48/include
TEST_TARGET =
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list