pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/glut



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 13 12:37:03 UTC 2017

Modified Files:
        pkgsrc/graphics/glut: Makefile

Log Message:
Honor LDFLAGS. Fixes RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/glut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glut/Makefile
diff -u pkgsrc/graphics/glut/Makefile:1.57 pkgsrc/graphics/glut/Makefile:1.58
--- pkgsrc/graphics/glut/Makefile:1.57  Sat Apr 25 14:23:11 2015
+++ pkgsrc/graphics/glut/Makefile       Thu Jul 13 12:37:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2015/04/25 14:23:11 tnn Exp $
+# $NetBSD: Makefile,v 1.58 2017/07/13 12:37:03 wiz Exp $
 
 DISTNAME=      MesaGLUT-7.9.2
 # we have the autoconf patches from git, so call it 8.0.1.
@@ -21,7 +21,7 @@ GNU_CONFIGURE=        YES
 
 PKGCONFIG_OVERRIDE+=   src/glut/glx/glut.pc.in
 
-CONFIGURE_ENV+=        "EXTRA_LIB_PATH=${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV+=        "EXTRA_LIB_PATH=${LDFLAGS} ${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib"
 
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif



Home | Main Index | Thread Index | Old Index