bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25268: 25.1; configure.ac libpng search error


From: Paul Eggert
Subject: bug#25268: 25.1; configure.ac libpng search error
Date: Sat, 24 Dec 2016 17:08:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

I believe the fix is to change line 3413 of configure.ac to read:

    png_libs=`(libpng-config --ldflags) 2>&AS_MESSAGE_LOG_FD` || {

Thanks, I did something along those lines by installing the attached patch into master, and I'm boldly marking the bug report as done.

although IMO that's not quite sufficient, because it doesn't set RPATH.

--ldflags is supposed to output any -R options needed, no? If it's not, it sounds like the libpng-config configuration is incorrect.

Attachment: 0001-Use-libpng-config-ldflags-not-libs.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]