Browse Source

* fixed libevent to set shared extension properly by passing LIBTOOL=/usr/bin/libtool to make

close #390


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21893 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 17 years ago
parent
commit
260a8b8ea7
  1. 16
      develop/libevent/libevent.conf

16
develop/libevent/libevent.conf

@ -0,0 +1,16 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libevent/libevent.conf
# Copyright (C) 2007 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append makeopt ' ' LIBTOOL=$root$( pkgprefix bindir libtool )/libtool
var_append makeinstopt ' ' LIBTOOL=$root$( pkgprefix bindir libtool )/libtool
Loading…
Cancel
Save