getopt/build

- patching Makefile is required with downloaded original tarball
This commit is contained in:
2017-01-19 13:08:33 +01:00
parent 10fbeb0879
commit f2a6b75de1
+1 -1
View File
@@ -3,7 +3,7 @@
SOURCE_URL="http://frodo.looijaard.name/system/files/software/getopt/getopt-1.1.6.tar.gz"
pbuild::patch_sources_Linux() {
: patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch"
patch -p1 < "${BUILD_BLOCK_DIR}/Makefile.patch"
}
pbuild::configure() {