Advertisement
Guest User

a patch for muduo

a guest
Feb 8th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. --- PKGBUILD    2015-12-01 06:43:18.000000000 +0800
  2. +++ /tmp/muduo/PKGBUILD 2016-02-08 18:27:16.953594526 +0800
  3. @@ -15,10 +15,11 @@
  4.  
  5.  build() {
  6.    cd muduo-$pkgver
  7. +  sed -i '/-Werror/d' CMakeLists.txt
  8.    BUILD_NO_EXAMPLES=1 INSTALL_DIR=/usr ./build.sh
  9.  }
  10.  
  11.  package() {
  12. -  cd build/Release
  13. +  cd build/release
  14.    make install DESTDIR="$pkgdir"
  15.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement