• Drew Fisher's avatar
    *.pc.in: add exec_prefix lines · 34dcf746
    Drew Fisher authored
    The removal of exec_prefix in a900f200
    caused the generated .pc files to be unusable when built with autotools.
    
    The generated libdir value would read:
    
      libdir=${exec_prefix}/lib
    
    but since exec_prefix was unspecified, pkg-config would choke:
    
      zarvox@localhost $ pkg-config capnp-rpc --cflags --libs
      Variable 'exec_prefix' not defined in '/usr/local/lib/pkgconfig/capnp-rpc.pc'
    34dcf746
Name
Last commit
Last update
c++ Loading commit data...
doc Loading commit data...
highlighting Loading commit data...
security-advisories Loading commit data...
.gitignore Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RELEASE-PROCESS.md Loading commit data...
mega-test-quick.cfg Loading commit data...
mega-test.cfg Loading commit data...
mega-test.py Loading commit data...
release.sh Loading commit data...
style-guide.md Loading commit data...
super-test.sh Loading commit data...