xorg-sessreg: fix build with gcc5

This commit is contained in:
Juergen Daubert 2015-06-26 12:44:40 +02:00
parent 7b3c353124
commit ba377c7678

View File

@ -13,6 +13,6 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make CPPFLAGS="-P"
make DESTDIR=$PKG install
}