mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 03:41:44 +00:00
3ba2a3411d
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
11 lines
277 B
Diff
11 lines
277 B
Diff
--- /dev/null
|
|
+++ b/libraries/libapparmor/Makefile
|
|
@@ -0,0 +1,7 @@
|
|
+package=libapparmor
|
|
+
|
|
+configure:
|
|
+ $(STAGING_DIR_HOST)/bin/aclocal
|
|
+ $(STAGING_DIR_HOST)/bin/autoconf --force
|
|
+ $(STAGING_DIR_HOST)/bin/libtoolize --automake -c --force
|
|
+ $(STAGING_DIR_HOST)/bin/automake -ac
|