Skip to content

Commit

Permalink
zlib: Also substitute sharedlibdir in .pc file
Browse files Browse the repository at this point in the history
The upstream configure does this.
  • Loading branch information
cgwalters committed Jan 18, 2012
1 parent 84549cb commit a12a836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta/recipes-core/zlib/files/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ cat > zlibdefs.h << EOF
#endif
EOF

dnl Used by zlib.pc
sharedlibdir=${libdir}
AC_SUBST(sharedlibdir)

AC_CONFIG_FILES([Makefile
zlib.pc])

Expand Down

0 comments on commit a12a836

Please sign in to comment.