stabilize build system: depends, installer, boost/bdb fixes, cross targets groundwork
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 1.0.1k
|
||||
Requires:
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -ldl
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libevent
|
||||
Description: libevent is an asynchronous notification event loop library
|
||||
Version: 2.1.8-stable
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libevent_core
|
||||
Description: libevent_core
|
||||
Version: 2.1.8-stable
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent_core
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libevent_extra
|
||||
Description: libevent_extra
|
||||
Version: 2.1.8-stable
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent_extra
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#libevent pkg-config source file
|
||||
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libevent_pthreads
|
||||
Description: libevent_pthreads adds pthreads-based threading support to libevent
|
||||
Version: 2.1.8-stable
|
||||
Requires: libevent
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -levent_pthreads
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Version: 1.0.1k
|
||||
Requires:
|
||||
Libs: -L${libdir} -lssl -lcrypto
|
||||
Libs.private: -ldl
|
||||
Cflags: -I${includedir}
|
||||
@@ -0,0 +1,12 @@
|
||||
prefix=/home/nathan/agrarian/depends/x86_64-pc-linux-gnu
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 1.0.1k
|
||||
Requires:
|
||||
Libs: -L${libdir} -lssl -lcrypto
|
||||
Libs.private: -ldl
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user