diff options
author | Timothy Pearson <[email protected]> | 2014-12-27 08:20:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-12-27 08:20:44 -0600 |
commit | 88e2c685d64cdc4ccd15a8d3e4b930875addcb16 (patch) | |
tree | b2ea8f89b7b436c07ffebe6e0225fa95dc61e9a9 /ubuntu/maverick/dependencies/libr/debian/rules | |
parent | d13c79dd9536e8c57e117e5503d4c0226b0f066b (diff) | |
download | tde-packaging-88e2c685d64cdc4ccd15a8d3e4b930875addcb16.tar.gz tde-packaging-88e2c685d64cdc4ccd15a8d3e4b930875addcb16.zip |
Fix up libr packaging somewhat
Diffstat (limited to 'ubuntu/maverick/dependencies/libr/debian/rules')
-rwxr-xr-x | ubuntu/maverick/dependencies/libr/debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/rules b/ubuntu/maverick/dependencies/libr/debian/rules index 6b83cd8b5..7314f03f2 100755 --- a/ubuntu/maverick/dependencies/libr/debian/rules +++ b/ubuntu/maverick/dependencies/libr/debian/rules @@ -41,6 +41,10 @@ endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif + cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in + cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh + autoconf + automake ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" |