]> git.pld-linux.org Git - packages/libseccomp.git/blob - libseccomp-pc.patch
- x32 rebuild
[packages/libseccomp.git] / libseccomp-pc.patch
1 --- libseccomp-2.0.0/Makefile~  2013-01-16 21:07:08.000000000 +0100
2 +++ libseccomp-2.0.0/Makefile   2013-01-28 17:51:12.258014973 +0100
3 @@ -85,7 +85,8 @@
4  
5  install: $(SUBDIRS_BUILD)
6         @$(ECHO_INFO) "installing in $(INSTALL_PREFIX) ..."
7 -       $(INSTALL_PC_MACRO) libseccomp.pc
8 +       $(INSTALL) -d $(INSTALL_LIB_DIR)/pkgconfig
9 +       $(INSTALL) libseccomp.pc $(INSTALL_LIB_DIR)/pkgconfig
10         @for dir in $(SUBDIRS_INSTALL); do \
11                 $(ECHO_INFO) "installing from $$dir/"; \
12                 $(MAKE) -C $$dir install; \
This page took 0.020817 seconds and 3 git commands to generate.