Skip to content

Instantly share code, notes, and snippets.

@dankegel
Created October 2, 2013 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dankegel/6788802 to your computer and use it in GitHub Desktop.
Save dankegel/6788802 to your computer and use it in GitHub Desktop.
Also install pkg-config
--- pkgconf-0.9.3/Makefile.in.old 2013-10-01 20:09:58.000000000 -0700
+++ pkgconf-0.9.3/Makefile.in 2013-10-01 20:09:40.000000000 -0700
@@ -30,6 +30,7 @@
install:
mkdir -p $(DESTDIR)$(bindir)
install -c -m755 $(PROG) $(DESTDIR)$(bindir)/$(PROG)
+ ln -s $(PROG) $(DESTDIR)$(bindir)/pkg-config
mkdir -p $(DESTDIR)$(datarootdir)/aclocal
install -c -m644 $(srcdir)/pkg.m4 $(DESTDIR)$(datarootdir)/aclocal/pkg.m4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment