projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066a464
)
libtpl: remove unnecessary autoreconf options
author
Simon Dawson
<spdawson@gmail.com>
Wed, 26 Feb 2014 17:56:53 +0000
(17:56 +0000)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 26 Feb 2014 20:52:23 +0000
(21:52 +0100)
The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags,
so there is no point in specifying these in the package makefile.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libtpl/libtpl.mk
patch
|
blob
|
history
diff --git
a/package/libtpl/libtpl.mk
b/package/libtpl/libtpl.mk
index ff059913952686ea1f717902bf6e94d02690d23d..1d4becf4b08869eb3af877bf8805b821495a2f4b 100644
(file)
--- a/
package/libtpl/libtpl.mk
+++ b/
package/libtpl/libtpl.mk
@@
-11,7
+11,6
@@
LIBTPL_LICENSE = BSD-like
LIBTPL_LICENSE_FILES = LICENSE
LIBTPL_AUTORECONF = YES
-LIBTPL_AUTORECONF_OPT = --install --force
define LIBTPL_CREATE_MISSING_FILES
touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING