[csw-devel] SF.net SVN: gar:[21210] csw/mgar/pkg/cups/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Mon May 27 17:05:47 CEST 2013
Revision: 21210
http://gar.svn.sourceforge.net/gar/?rev=21210&view=rev
Author: cgrzemba
Date: 2013-05-27 15:05:47 +0000 (Mon, 27 May 2013)
Log Message:
-----------
cups/trunk: refine linker options
Modified Paths:
--------------
csw/mgar/pkg/cups/trunk/Makefile
Modified: csw/mgar/pkg/cups/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cups/trunk/Makefile 2013-05-27 15:03:49 UTC (rev 21209)
+++ csw/mgar/pkg/cups/trunk/Makefile 2013-05-27 15:05:47 UTC (rev 21210)
@@ -233,7 +233,7 @@
RUNTIME_DEP_PKGS_CSWlibcupsppdc1 += CSWlibgpg-error0
# For some reason -norunpath is not used here, investigate later
-CHECKPKG_OVERRIDES_CSWlibcupsppdc1 += bad-rpath-entry
+# CHECKPKG_OVERRIDES_CSWlibcupsppdc1 += bad-rpath-entry
### commented out if libtasn1.so.3 needed by libgnutls is not availible for 64bit (at the moment)
BUILD64_LIBS_ONLY = 1
@@ -264,7 +264,7 @@
# to find any of the image libraries.
# Fortunately, configure honors values already in $DSOFLAGS, so we can use
# that to make sure -L/opt/csw/lib is the first argument passed to ld.
-CONFIGURE_ARGS += DSOFLAGS=-L$(libdir)
+CONFIGURE_ARGS += "DSOFLAGS=-L$(libdir) -z ignore -norunpath"
# PRIVATE_CUPS_INC = $(DESTDIR)$(includedir)/cups
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