libxpm: revert change made in unrelated PR (#11634)
This commit is contained in:
parent
cfcf3996d8
commit
3c0b746f44
@ -26,6 +26,6 @@ class Libxpm(AutotoolsPackage):
|
|||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('util-macros', type='build')
|
depends_on('util-macros', type='build')
|
||||||
|
|
||||||
# def setup_environment(self, spack_env, run_env):
|
def setup_environment(self, spack_env, run_env):
|
||||||
# spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
|
spack_env.append_flags('LDFLAGS', '-L{0} -lintl'.format(
|
||||||
# self.spec['gettext'].prefix.lib))
|
self.spec['gettext'].prefix.lib))
|
||||||
|
Loading…
Reference in New Issue
Block a user