Update as per Scimmia's comment:
This only builds static libs, which are now removed by default by
	makepkg. This needs
	options=('staticlibs')
			
			
This commit is contained in:
		
							
								
								
									
										4
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								PKGBUILD
									
									
									
									
									
								
							| @@ -7,7 +7,7 @@ pkgname=libevhtp | |||||||
| pkgver=1.2.6 | pkgver=1.2.6 | ||||||
|  |  | ||||||
| #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase | #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase | ||||||
| pkgrel=1 | pkgrel=2 | ||||||
|  |  | ||||||
| # The description of the package, should be about 80 characters long (one line) | # The description of the package, should be about 80 characters long (one line) | ||||||
| pkgdesc="A more flexible replacement for libevent's httpd API." | pkgdesc="A more flexible replacement for libevent's httpd API." | ||||||
| @@ -34,7 +34,7 @@ optdepends=() | |||||||
| provides=() | provides=() | ||||||
|  |  | ||||||
| # Change the default behavior of makepkg see PKGBUILD#options | # Change the default behavior of makepkg see PKGBUILD#options | ||||||
| options= | options=('staticlibs') | ||||||
|  |  | ||||||
| source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip") | source=("https://github.com/ellzey/libevhtp/archive/${pkgver}.zip") | ||||||
| sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639') | sha256sums=('60ad11dbbf82b62e34e65ed3bcf3d038b01de445caf9f452ac41b4cff5119639') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user