diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-27 08:20:44 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:40 +0200 |
commit | 9c2670d3b538337387baed486caf8ed78942806f (patch) | |
tree | bfd112a3a6b8b7bd28b7b7772932d1151bb92b83 /ubuntu/maverick/dependencies/libr/debian/rules | |
parent | d1f8a4b87e7fe68867dbfac671d9fecd5c76ab4c (diff) | |
download | tde-packaging-9c2670d3b538337387baed486caf8ed78942806f.tar.gz tde-packaging-9c2670d3b538337387baed486caf8ed78942806f.zip |
Fix up libr packaging somewhat
(cherry picked from commit 88e2c685d64cdc4ccd15a8d3e4b930875addcb16)
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" |