]> git.pld-linux.org Git - packages/acl.git/commitdiff
- regenerate libtool
authortommat <tommat@pld-linux.org>
Tue, 13 Feb 2007 11:27:11 +0000 (11:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl-lt.patch -> 1.3
    acl.spec -> 1.78

acl-lt.patch
acl.spec

index 4568ae593fa70b8b157ea48beecf5a65441de92d..8afdd6c2ab3e89e25e913e639315ef1f314ba885 100644 (file)
  
  ifeq ($(ENABLE_SHARED),yes)
  LTLDFLAGS += -rpath $(PKG_LIB_DIR)
+--- acl-2.2.39/configure.in.orig       2007-02-13 10:26:52.000000000 +0100
++++ acl-2.2.39/configure.in    2007-02-13 10:27:42.000000000 +0100
+@@ -2,6 +2,8 @@
+ AC_CONFIG_HEADER(include/config.h)
+ AC_PREFIX_DEFAULT(/usr)
++AC_PROG_LIBTOOL
++
+ AC_ARG_ENABLE(shared,
+ [ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
+       enable_shared=yes)
index c9b1f63661da38ab75953dcff6f804b14bb8ed1e..ce4e00892ddc3951a34b766858425af7b84da2ca 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -67,6 +67,8 @@ Statyczna biblioteka acl.
 
 %build
 rm -f aclocal.m4
+cp -f /usr/share/automake/config.sub .
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %configure \
@@ -74,7 +76,8 @@ rm -f aclocal.m4
        OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
 %{__make} \
-       LLDFLAGS="%{rpmldflags}"
+       LLDFLAGS="%{rpmldflags}" \
+       top_buillddir="../"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,11 +90,14 @@ DIST_INSTALL_LIB=`pwd`/install-lib.manifest
 export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV DIST_INSTALL_LIB
 
 %{__make} install \
-       DIST_MANIFEST=$DIST_INSTALL
+       DIST_MANIFEST=$DIST_INSTALL \
+       top_buillddir="../"
 %{__make} install-dev \
-       DIST_MANIFEST=$DIST_INSTALL_DEV
+       DIST_MANIFEST=$DIST_INSTALL_DEV \
+       top_buillddir="../"
 %{__make} install-lib \
-       DIST_MANIFEST=$DIST_INSTALL_LIB
+       DIST_MANIFEST=$DIST_INSTALL_LIB \
+       top_buillddir="../"
 
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_copy_int,acl_set_fd,acl_set_file}.3
 rm -f  $RPM_BUILD_ROOT%{_mandir}/man3/{acl_to_short_text,acl_to_text}.3
This page took 0.082922 seconds and 4 git commands to generate.