libxpm: revert change made in unrelated PR (#11634)

This commit is contained in:
Patrick Gartung
2019-06-05 15:13:19 -05:00
committed by GitHub
parent cfcf3996d8
commit 3c0b746f44

View File

@@ -26,6 +26,6 @@ class Libxpm(AutotoolsPackage):
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')
# def setup_environment(self, spack_env, run_env):
# spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
# self.spec['gettext'].prefix.lib))
def setup_environment(self, spack_env, run_env):
spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
self.spec['gettext'].prefix.lib))